midify the Jenkinsfile
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -19,9 +19,9 @@ pipeline {
|
|||||||
stage('Install & Build') {
|
stage('Install & Build') {
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
rm -rf dist
|
rm -rf dist node_modules package-lock.json
|
||||||
npm install
|
npm install --legacy-peer-deps
|
||||||
npx vue-cli-service build
|
./node_modules/.bin/vue-cli-service build
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user