We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d077df3 commit d67a57fCopy full SHA for d67a57f
live-demo/deploy/.woodpecker.yml
@@ -22,11 +22,12 @@ steps:
22
- event: push
23
commands:
24
- export $(cat /woodpecker/deploy.vault.env | xargs)
25
- - cd adminforth/spa
26
- - npm ci
+ - cd adminforth
+ - pnpm install
27
+ - cd ./spa
28
29
- /bin/bash ../../live-demo/deploy/typeCheckSPA.sh
30
- cd ..
- - pnpm install
31
- /bin/bash ../live-demo/deploy/buildRelease.sh
32
- pnpm audit --audit-level=critical
33
- pnpm exec semantic-release
0 commit comments