npm for prod
Some checks reported errors
Cat or Not - frontend/inzynieria_frontend/pipeline/head Something is wrong with the build of this commit
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:
parent
53796be672
commit
b9d5592f0f
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user