Skip to content

Commit 132f5a1

Browse files
committedDec 27, 2023
fix: remove postinstall script
1 parent caa76f8 commit 132f5a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

Diff for: ‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"dev:generate": "nuxi generate playground",
2929
"dev:nuxt2": "nuxi dev nuxt2-playground",
3030
"dev:prepare": "nuxt-module-build prepare && nuxt-module-build build --stub && nuxi prepare playground && nuxi prepare docs",
31-
"postinstall": "pnpm dev:prepare",
3231
"build": "nuxt-module-build build",
3332
"prepack": "pnpm build",
3433
"release": "pnpm lint && pnpm test && pnpm prepack && pnpm changelogen --release --push && pnpm publish",
@@ -81,4 +80,4 @@
8180
"resolutions": {
8281
"@nuxtjs/tailwindcss": "link:."
8382
}
84-
}
83+
}

0 commit comments

Comments
 (0)