Skip to content

Commit 15f15d5

Browse files
author
zhiyang
committed
Chore: update Makefile
1 parent 846793a commit 15f15d5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,12 @@ new-lang:
2626
dist: install
2727
npm run dist
2828

29-
dist-all:
30-
npm run dist:all
31-
3229
deploy:
3330
@npm run deploy
3431

3532
pub:
3633
npm run pub
3734

38-
pub-all:
39-
npm run pub:all
40-
4135
test:
4236
npm run test:watch
4337

@@ -47,8 +41,6 @@ help:
4741
@echo " \033[35mmake new <component-name> [中文名]\033[0m\t--- 创建新组件 package. 例如 'make new button 按钮'"
4842
@echo " \033[35mmake dev\033[0m\t\033[0m\t\033[0m\t\033[0m\t--- 开发模式"
4943
@echo " \033[35mmake dist\033[0m\t\033[0m\t\033[0m\t\033[0m\t--- 编译项目,生成目标文件"
50-
@echo " \033[35mmake dist-all\033[0m\t\033[0m\t\033[0m\t--- 分别编译每个组件项目"
5144
@echo " \033[35mmake deploy\033[0m\t\033[0m\t\033[0m\t\033[0m\t--- 部署 demo"
5245
@echo " \033[35mmake pub\033[0m\t\033[0m\t\033[0m\t\033[0m\t--- 发布到 npm 上"
53-
@echo " \033[35mmake pub-all\033[0m\t\033[0m\t\033[0m\t\033[0m\t--- 发布各组件到 npm 上"
5446
@echo " \033[35mmake new-lang <lang>\033[0m\t\033[0m\t\033[0m\t--- 为网站添加新语言. 例如 'make new-lang fr'"

0 commit comments

Comments
 (0)