Skip to content

Commit

Permalink
Fix build call in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbrimicombe committed Sep 27, 2018
1 parent de7905c commit 4b008a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pipeline {
sh '''
sed -i /^dist$/d .gitignore
rm -rf dist
npm build
npm run-script build
git add --all dist
git commit --allow-empty -m "Automated CI commit of compiled javascript"
git push origin HEAD:master
Expand Down

0 comments on commit 4b008a1

Please sign in to comment.