Browse Source

开发环境构建脚本更新

刘洋 2 years ago
parent
commit
e69ca40dd7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      jenkins.sh

+ 3 - 0
jenkins.sh

@@ -10,6 +10,9 @@ pwd
 
 echo “build env: $1”
 
+npm -v
+npm cache verify
+rm -rf node_modules
 npm i
 npm run build:$1