add Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -22,7 +22,7 @@ pipeline {
|
||||
echo "当前目录: $(pwd)"
|
||||
rm -rf dist
|
||||
npm install --legacy-peer-deps
|
||||
./node_modules/.bin/vue-cli-service build
|
||||
npx vue-cli-service build
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user