chore: fix script typo (#1740)

This commit is contained in:
Billyyyyy3320
2019-08-05 23:42:16 +08:00
committed by ULIVZ
parent 3b87a54354
commit 93a1ec05cc
+1 -1
View File
@@ -8,7 +8,7 @@
"description": "Minimalistic doc generator with Vue component based layout system",
"scripts": {
"bootstrap": "yarn && lerna bootstrap && yarn tsc",
"claan": "lerna clean && rm -rf node_modules",
"clean": "lerna clean && rm -rf node_modules",
"boot": "node scripts/bootstrap.js",
"remote-version": "node scripts/remote-version.js",
"dev": "yarn tsc && yarn dev:docs",