@@ -6,7 +6,6 @@ pipeline {
stages {
stage('Build') {
steps {
- sh 'docker-compose down'
nodejs('20.6.0') {
sh 'npm install --registry https://registry.npm.taobao.org'
sh 'npm run build:dev'