npm for prod

This commit is contained in:
s464930 2021-12-10 22:46:13 +01:00
parent 53796be672
commit b9d5592f0f

5
Jenkinsfile vendored
View File

@ -10,8 +10,9 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'npm ci'
sh 'npm run dev'
sh 'npm install -- production'
sh 'npm run build'
sh 'npm run start'
}
}
}