Skip to content

Commit 4b008a1

Browse files
Fix build call in Jenkinsfile
1 parent de7905c commit 4b008a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pipeline {
4141
sh '''
4242
sed -i /^dist$/d .gitignore
4343
rm -rf dist
44-
npm build
44+
npm run-script build
4545
git add --all dist
4646
git commit --allow-empty -m "Automated CI commit of compiled javascript"
4747
git push origin HEAD:master

0 commit comments

Comments
 (0)