Skip to content

Commit 61ef0e6

Browse files
committed
chore: fix
1 parent 4a2f51e commit 61ef0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"clean": "rimraf .nyc_output coverage dist docs/.vitepress/dist",
4141
"coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",
4242
"docs": "vitepress dev docs",
43-
"docs:build": "vitepress build docs && cd docs/.vitepress/dist && ls -larth",
43+
"docs:build": "vitepress build docs",
4444
"generate": "ts-node scripts/update.ts",
4545
"lint": "eslint . --ext js,ts,vue,md --ignore-pattern \"/tests/fixtures\"",
4646
"lint-fix": "eslint . --ext js,ts,vue,md --ignore-pattern \"/tests/fixtures\" --fix",

0 commit comments

Comments
 (0)