We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fe06d commit 6755635Copy full SHA for 6755635
package.json
@@ -19,7 +19,7 @@
19
"prepack": "nuxt-module-build build",
20
"dev": "nuxi dev playground",
21
"dev:build": "nuxi build playground",
22
- "dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
+ "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
23
"lint": "eslint .",
24
"test:types": "vue-tsc --noEmit",
25
"prepublishOnly": "pnpm lint",
0 commit comments