Skip to content

Commit f877031

Browse files
committed
run from right dir
1 parent e9e4223 commit f877031

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

live-demo/deploy/.woodpecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
commands:
1717
- cd adminforth
1818
- npm clean-install
19-
- /bin/sh buildRelease.sh
19+
- /bin/sh ../live-demo/deploy/buildRelease.sh
2020
- npm audit signatures
2121
- npx semantic-release
2222
secrets:

live-demo/deploy/buildRelease.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
# write npm run output both to console and to build.log
34
npm run build 2>&1 | tee build.log;
45

0 commit comments

Comments
 (0)