We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b87a54 commit 93a1ec0Copy full SHA for 93a1ec0
package.json
@@ -8,7 +8,7 @@
8
"description": "Minimalistic doc generator with Vue component based layout system",
9
"scripts": {
10
"bootstrap": "yarn && lerna bootstrap && yarn tsc",
11
- "claan": "lerna clean && rm -rf node_modules",
+ "clean": "lerna clean && rm -rf node_modules",
12
"boot": "node scripts/bootstrap.js",
13
"remote-version": "node scripts/remote-version.js",
14
"dev": "yarn tsc && yarn dev:docs",
0 commit comments