mirror of
https://gitee.com/dromara/go-view.git
synced 2024-12-01 19:28:51 +08:00
fix: 修改 Makefile 文件
This commit is contained in:
parent
0b674fb0ae
commit
f304a4f27a
10
Makefile
10
Makefile
@ -3,7 +3,7 @@ default: help
|
||||
dev:
|
||||
npm run dev
|
||||
|
||||
build:
|
||||
dist:
|
||||
npm run build
|
||||
|
||||
lint:
|
||||
@ -14,7 +14,7 @@ new:
|
||||
|
||||
|
||||
help:
|
||||
@echo " make dev 开发模式"
|
||||
@echo " make build 编译模式"
|
||||
@echo " make new 通过自动化流程创建代码"
|
||||
@echo " make lint 格式校验"
|
||||
@echo " make dev [npm run dev] 开发模式"
|
||||
@echo " make dist [npm run build] 编译模式"
|
||||
@echo " make new [npm run lint] 通过自动化流程创建代码"
|
||||
@echo " make lint [npm run new] 格式校验"
|
Loading…
Reference in New Issue
Block a user