Commit 5ca000690174407fabafc7ca9483fc6a610b76c1
Committed by
小小鲁班
1 parent
ed3983a3
chore(luban-h5.sh): update clean command
Showing
1 changed file
with
5 additions
and
5 deletions
luban-h5.sh
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | # @Author: ly525 |
| 5 | 5 | # @Date: 2020-01-10 22:23:34 |
| 6 | 6 | # @LastEditors : ly525 |
| 7 | - # @LastEditTime : 2020-01-12 15:44:23 | |
| 7 | + # @LastEditTime : 2020-01-12 16:21:22 | |
| 8 | 8 | # @FilePath: /luban-h5/luban-h5.sh |
| 9 | 9 | # @Github: https://github.com/ly525/luban-h5 |
| 10 | 10 | # @Description: Do not edit |
| ... | ... | @@ -69,12 +69,12 @@ luban_h5_clean() { |
| 69 | 69 | luban_h5_stop |
| 70 | 70 | cd back-end/h5-api && rm -rf node_modules .cache build |
| 71 | 71 | |
| 72 | - echo "===========================================================================\n" | |
| 73 | - echo "clean node_modules, .cache, build finish." | |
| 74 | - echo "please run the following commands to start the app\n" | |
| 72 | + echo "-------------------------------------------------------" | |
| 73 | + echo "clean folder [node_modules, .cache, build] finish." | |
| 74 | + echo "please run the following commands to start the app.\n" | |
| 75 | 75 | echo "1. ./luban-h5 init" |
| 76 | 76 | echo "1. ./luban-h5 start" |
| 77 | - echo "===========================================================================" | |
| 77 | + echo "-------------------------------------------------------" | |
| 78 | 78 | } |
| 79 | 79 | |
| 80 | 80 | luban_h5_init() { | ... | ... |