mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated Jenkinsfile
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user