We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29449af commit e71e099Copy full SHA for e71e099
package.json
@@ -55,7 +55,7 @@
55
"dev:build": "nuxi build .playground",
56
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build && nuxi prepare .playground",
57
"release": "pnpm build && bumpp && pnpm -r publish",
58
- "test": "prepare:fixtures && vitest",
+ "test": "pnpm run prepare:fixtures && vitest",
59
"typecheck": "tsc --noEmit",
60
"test:attw": "attw --pack"
61
},
0 commit comments