feat: 添加clean命令,清除node_modules

This commit is contained in:
万纯 2021-01-19 11:39:35 +08:00
parent 71f1a05a9d
commit f34fa069a4

View File

@ -8,6 +8,7 @@
"packages/*" "packages/*"
], ],
"scripts": { "scripts": {
"clean": "lerna clean",
"bootstrap": "lerna bootstrap", "bootstrap": "lerna bootstrap",
"build": "father-build --watch", "build": "father-build --watch",
"ver": "lerna version prerelease --preid alpha --no-changelog --no-commit-hooks --no-private", "ver": "lerna version prerelease --preid alpha --no-changelog --no-commit-hooks --no-private",