Skip to content

Commit f7fa5dd

Browse files
committed
chore(nuxt-module): remove postinstall
1 parent 199399d commit f7fa5dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"release:vfm": "pnpm --filter vue-final-modal release",
1616
"lint": "eslint . --ext=.ts,.vue --fix",
1717
"typecheck": "pnpm --parallel typecheck",
18-
"postinstall": "pnpm build:vfm"
18+
"prepare:module": "pnpm --filter @vue-final-modal/nuxt dev:prepack && pnpm --filter @vue-final-modal/nuxt prepack",
19+
"postinstall": "pnpm build:vfm && pnpm prepare:module"
1920
},
2021
"dependencies": {
2122
"vue": "^3.2.45"

packages/nuxt/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"dev": "nuxi dev playground",
2121
"dev:build": "nuxi build playground",
2222
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
23-
"release": "pnpm prepack && release-it",
24-
"postinstall": "pnpm dev:prepare && pnpm prepack"
23+
"release": "pnpm prepack && release-it"
2524
},
2625
"dependencies": {
2726
"@nuxt/kit": "^3.0.0",

0 commit comments

Comments
 (0)