|
@@ -26,7 +26,7 @@ pipeline {
|
|
steps {
|
|
steps {
|
|
sh 'n exec 12.22.12 node -v'
|
|
sh 'n exec 12.22.12 node -v'
|
|
sh 'n exec 12.22.12 npm install && n exec 12.22.12 npm run build'
|
|
sh 'n exec 12.22.12 npm install && n exec 12.22.12 npm run build'
|
|
- sh "tar -zcf ${BUILD_FILE} dist/"
|
|
|
|
|
|
+ sh "tar -zcf ${BUILD_FILE} web/"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|