Chore: retire lerna and remove redundant files (#11493)

* Chore: retire lerna and delete redundant files

* Chore: update Makefile
This commit is contained in:
hetech
2018-06-05 19:27:13 +08:00
committed by 杨奕
parent 7df9a1e38c
commit 465dcf2a19
32 changed files with 4 additions and 659 deletions

View File

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