Skip to content

Commit d97c307

Browse files
committed
fix: update spa type check for the release script[10]
1 parent d67a57f commit d97c307

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

live-demo/deploy/.woodpecker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ steps:
2424
- export $(cat /woodpecker/deploy.vault.env | xargs)
2525
- cd adminforth
2626
- pnpm install
27+
- /bin/bash ../live-demo/deploy/buildRelease.sh
2728
- cd ./spa
28-
- pnpm install
2929
- /bin/bash ../../live-demo/deploy/typeCheckSPA.sh
3030
- cd ..
31-
- /bin/bash ../live-demo/deploy/buildRelease.sh
3231
- pnpm audit --audit-level=critical
3332
- pnpm exec semantic-release
3433

live-demo/deploy/typeCheckSPA.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

33
ls -la
4+
npm ci
45
pnpm type-check 2>&1
56
type_check_status=$?
67

0 commit comments

Comments
 (0)