Showing
2 changed files
with
2 additions
and
1 deletions
| ... | @@ -20,6 +20,7 @@ PHP_PATH=/Users/huyirui/program/itomix/git/isp/f/custom_form | ... | @@ -20,6 +20,7 @@ PHP_PATH=/Users/huyirui/program/itomix/git/isp/f/custom_form |
| 20 | output=front | 20 | output=front |
| 21 | 21 | ||
| 22 | # 打包 | 22 | # 打包 |
| 23 | +rm -rf front | ||
| 23 | npm run build | 24 | npm run build |
| 24 | 25 | ||
| 25 | # 删除 PHP 项目里的编译产物 | 26 | # 删除 PHP 项目里的编译产物 |
| ... | @@ -63,4 +64,3 @@ ssh -p 22 itomix@ipadbiz.cn ' | ... | @@ -63,4 +64,3 @@ ssh -p 22 itomix@ipadbiz.cn ' |
| 63 | ' | 64 | ' |
| 64 | 65 | ||
| 65 | git checkout custom_form; | 66 | git checkout custom_form; |
| 66 | -rm -rf front | ... | ... |
-
Please register or login to post a comment