Skip to content

Commit bda52ee

Browse files
committed
fix(nuxt): remove postinstall script
1 parent c62b171 commit bda52ee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l nuxt-vuefire -r 1",
3030
"dev": "nuxi dev playground",
3131
"dev:build": "nuxi build playground",
32-
"postinstall": "nuxt-module-build --stub"
32+
"prepare": "nuxt-module-build --stub"
3333
},
3434
"dependencies": {
3535
"@nuxt/kit": "^3.0.0"

packages/nuxt/playground/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"build": "nuxt build",
55
"dev": "nuxt dev",
66
"generate": "nuxt generate",
7-
"preview": "nuxt preview"
7+
"preview": "nuxt preview",
8+
"prepare": "nuxi prepare"
89
},
910
"devDependencies": {
1011
"nuxt": "^3.0.0"

0 commit comments

Comments
 (0)