Skip to content

Commit 93a1ec0

Browse files
billyyyyy3320ulivz
authored andcommitted
chore: fix script typo (#1740)
1 parent 3b87a54 commit 93a1ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"description": "Minimalistic doc generator with Vue component based layout system",
99
"scripts": {
1010
"bootstrap": "yarn && lerna bootstrap && yarn tsc",
11-
"claan": "lerna clean && rm -rf node_modules",
11+
"clean": "lerna clean && rm -rf node_modules",
1212
"boot": "node scripts/bootstrap.js",
1313
"remote-version": "node scripts/remote-version.js",
1414
"dev": "yarn tsc && yarn dev:docs",

0 commit comments

Comments
 (0)