Explorar el Código

新增jenkins构建脚本

WANG hace 5 años
padre
commit
33117882fd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      jenkins-prod.sh

+ 1 - 0
jenkins-prod.sh

@@ -5,6 +5,7 @@ yarn
 npm run build:prod
 
 rm -rf ~/project/examcloud/static/student-client/dist/*
+mkdir -p ~/project/examcloud/static/student-client
 cp -r  dist ~/project/examcloud/static/student-client/
 
 rm -rf ~/packages/static/student-client/*