This commit is contained in:
Tony 2024-09-02 10:47:23 +08:00
parent 0f692812b3
commit 8f973ab4e4

3
Jenkinsfile vendored
View File

@ -43,7 +43,8 @@ pipeline {
stage('3.打包') {
steps {
sh 'pwd && ls -alh'
sh 'yarn build:webpack'
sh 'node -v'
sh 'npm run build:webpack'
}
}