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 5acc56a commit fc17d29Copy full SHA for fc17d29
packages/nuxt/package.json
@@ -21,7 +21,7 @@
21
"dev:build": "nuxi build playground",
22
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
23
"release": "pnpm prepack && release-it",
24
- "postinstall": "pnpm prepack"
+ "postinstall": "pnpm dev:prepare && pnpm prepack"
25
},
26
"dependencies": {
27
"@nuxt/kit": "^3.0.0-rc.12",
0 commit comments