Skip to content

Commit 4dd0e50

Browse files
committed
fix: prepare playground before typecheck in CI
Run nuxt-module-build build --stub and nuxi prepare playground before vue-tsc so the generated .nuxt/tsconfig.json and auto-imports exist
1 parent e06be28 commit 4dd0e50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"lint:fix": "oxlint --fix --deny-warnings",
5151
"test": "vitest run",
5252
"test:watch": "vitest watch",
53-
"test:types": "cd playground && vue-tsc --noEmit",
53+
"test:types": "nuxt-module-build build --stub && nuxi prepare playground && cd playground && vue-tsc --noEmit",
5454
"docs:dev": "vitepress dev docs",
5555
"docs:build": "vitepress build docs",
5656
"docs:preview": "vitepress preview docs",

0 commit comments

Comments
 (0)