updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-05-31 18:34:34 +08:00
parent 2236c27465
commit 278120c65b

1
Jenkinsfile vendored
View File

@@ -6,6 +6,7 @@ pipeline {
steps {
echo "Building frontend..."
sh "cd frontend"
sh "npm install -g yarn pm2"
sh "yarn install"
sh "npm run build:prod"
}