Skip to content

Commit

Permalink
chore: more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Oct 2, 2023
1 parent e9ef0be commit 4a2f51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"clean": "rimraf .nyc_output coverage dist docs/.vitepress/dist",
"coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",
"docs": "vitepress dev docs",
"docs:build": "ls -larth && vitepress build docs",
"docs:build": "vitepress build docs && cd docs/.vitepress/dist && ls -larth",
"generate": "ts-node scripts/update.ts",
"lint": "eslint . --ext js,ts,vue,md --ignore-pattern \"/tests/fixtures\"",
"lint-fix": "eslint . --ext js,ts,vue,md --ignore-pattern \"/tests/fixtures\" --fix",
Expand Down

0 comments on commit 4a2f51e

Please sign in to comment.