diff --git a/package.json b/package.json index 9a537d4b..cf8b7886 100644 --- a/package.json +++ b/package.json @@ -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",