Skip to content

Commit fc17d29

Browse files
committed
chore: fixed postinstall script in packages/nuxt
1 parent 5acc56a commit fc17d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dev:build": "nuxi build playground",
2222
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
2323
"release": "pnpm prepack && release-it",
24-
"postinstall": "pnpm prepack"
24+
"postinstall": "pnpm dev:prepare && pnpm prepack"
2525
},
2626
"dependencies": {
2727
"@nuxt/kit": "^3.0.0-rc.12",

0 commit comments

Comments
 (0)