1 parent e06be28 commit 4dd0e50Copy full SHA for 4dd0e50
1 file changed
package.json
@@ -50,7 +50,7 @@
50
"lint:fix": "oxlint --fix --deny-warnings",
51
"test": "vitest run",
52
"test:watch": "vitest watch",
53
- "test:types": "cd playground && vue-tsc --noEmit",
+ "test:types": "nuxt-module-build build --stub && nuxi prepare playground && cd playground && vue-tsc --noEmit",
54
"docs:dev": "vitepress dev docs",
55
"docs:build": "vitepress build docs",
56
"docs:preview": "vitepress preview docs",
0 commit comments