Skip to content

Commit fe9a0a9

Browse files
committed
chore: add postinstall back
1 parent 9247e64 commit fe9a0a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/nuxt/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"dev": "nuxi dev playground",
2121
"dev:build": "nuxi build playground",
2222
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
23-
"release": "release-it"
23+
"release": "release-it",
24+
"postinstall": "pnpm prepack"
2425
},
2526
"dependencies": {
2627
"@nuxt/kit": "^3.0.0-rc.12",

0 commit comments

Comments
 (0)