add Jenkinsfile
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -19,9 +19,6 @@ pipeline {
|
||||
stage('Install & Build') {
|
||||
steps {
|
||||
sh '''
|
||||
rm -rf node_modules package-lock.json dist
|
||||
npm cache clean --force
|
||||
npm config set registry https://registry.npmmirror.com
|
||||
npm install --legacy-peer-deps
|
||||
npx vue-cli-service build
|
||||
'''
|
||||
|
Reference in New Issue
Block a user