npm for prod
Some checks reported errors
Cat or Not - frontend/inzynieria_frontend/pipeline/head Something is wrong with the build of this commit

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 { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'npm ci' sh 'npm install -- production'
sh 'npm run dev' sh 'npm run build'
sh 'npm run start'
} }
} }
} }