diff --git a/Jenkinsfile b/Jenkinsfile index 85e8252..b072056 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { sh 'npm -v' sh 'npm config set registry https://registry.npmmirror.com' sh 'npm install' - sh 'npm build' + sh 'npm run build' sh 'la -al' } }