fix docker npm
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:28:52 +01:00
parent e155b3ae25
commit 53796be672

2
Jenkinsfile vendored
View File

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