Jenkinsfile typo
Some checks failed
Cat or Not - frontend/inzynieria_frontend/pipeline/head There was a failure building this commit
Some checks failed
Cat or Not - frontend/inzynieria_frontend/pipeline/head There was a failure building this commit
This commit is contained in:
parent
b9d5592f0f
commit
3947f621aa
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user