From 4b008a152437268847b730dbf5a4133dd2ed02c8 Mon Sep 17 00:00:00 2001 From: Paul Douglas Brimicombe Date: Thu, 27 Sep 2018 17:29:48 +0100 Subject: [PATCH] Fix build call in Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 363f625..456a628 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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