Jenkinsfile typo
Some checks failed
Cat or Not - frontend/inzynieria_frontend/pipeline/head There was a failure building this commit

This commit is contained in:
s464930 2021-12-10 22:47:53 +01:00
parent b9d5592f0f
commit 3947f621aa

2
Jenkinsfile vendored
View File

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