updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-05-31 18:34:34 +08:00
parent 6fb75bf189
commit 5b08fd1e2a

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"
}