Skip to content

Commit 7fb98e1

Browse files
committed
fix: update spa type check for the release script[9]
1 parent 86364e9 commit 7fb98e1

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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
commands:
2424
- export $(cat /woodpecker/deploy.vault.env | xargs)
2525
- cd adminforth/spa
26-
- pnpm install
26+
- npm ci
2727
- /bin/bash ../../live-demo/deploy/typeCheckSPA.sh
2828
- cd ..
2929
- pnpm install

live-demo/deploy/typeCheckSPA.sh

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

3-
pnpm install
3+
ls -la
44
pnpm type-check 2>&1
55
type_check_status=$?
66

0 commit comments

Comments
 (0)