We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e4223 commit f877031Copy full SHA for f877031
live-demo/deploy/.woodpecker.yml
@@ -16,7 +16,7 @@ steps:
16
commands:
17
- cd adminforth
18
- npm clean-install
19
- - /bin/sh buildRelease.sh
+ - /bin/sh ../live-demo/deploy/buildRelease.sh
20
- npm audit signatures
21
- npx semantic-release
22
secrets:
live-demo/deploy/buildRelease.sh
@@ -1,4 +1,5 @@
1
2
+
3
# write npm run output both to console and to build.log
4
npm run build 2>&1 | tee build.log;
5
0 commit comments