Skip to content

Commit 6b8681c

Browse files
committed
chore: add api/index.md to docs:translation:compare
1 parent 644917a commit 6b8681c

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
@@ -82,7 +82,7 @@
8282
"lint:fix": "pnpm run lint --fix",
8383
"docs:dev": "vitepress dev docs",
8484
"docs:build": "vitepress build docs",
85-
"docs:translation:compare": "v-translation compare --status-file=docs/.vitepress/translation-status.json --path={docs/index.md,docs/guide,docs/installation,docs/migration}",
85+
"docs:translation:compare": "v-translation compare --status-file=docs/.vitepress/translation-status.json --path={docs/index.md,docs/api/index.md,docs/guide,docs/installation,docs/migration}",
8686
"docs:translation:update": "v-translation update --status-file=docs/.vitepress/translation-status.json",
8787
"docs:translation:status": "v-translation status --status-file=docs/.vitepress/translation-status.json",
8888
"vue-tsc": "vue-tsc --noEmit -p tsconfig.volar.json",

0 commit comments

Comments
 (0)