Skip to content

Commit d67a57f

Browse files
committed
fix: rebuild
1 parent d077df3 commit d67a57f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

live-demo/deploy/.woodpecker.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ steps:
2222
- event: push
2323
commands:
2424
- export $(cat /woodpecker/deploy.vault.env | xargs)
25-
- cd adminforth/spa
26-
- npm ci
25+
- cd adminforth
26+
- pnpm install
27+
- cd ./spa
28+
- pnpm install
2729
- /bin/bash ../../live-demo/deploy/typeCheckSPA.sh
2830
- cd ..
29-
- pnpm install
3031
- /bin/bash ../live-demo/deploy/buildRelease.sh
3132
- pnpm audit --audit-level=critical
3233
- pnpm exec semantic-release

0 commit comments

Comments
 (0)