Explorar el Código

开发环境构建脚本更新

刘洋 hace 2 años
padre
commit
e69ca40dd7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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