Skip to content

Commit

Permalink
fix: remove postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Dec 27, 2023
1 parent caa76f8 commit 132f5a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"dev:generate": "nuxi generate playground",
"dev:nuxt2": "nuxi dev nuxt2-playground",
"dev:prepare": "nuxt-module-build prepare && nuxt-module-build build --stub && nuxi prepare playground && nuxi prepare docs",
"postinstall": "pnpm dev:prepare",
"build": "nuxt-module-build build",
"prepack": "pnpm build",
"release": "pnpm lint && pnpm test && pnpm prepack && pnpm changelogen --release --push && pnpm publish",
Expand Down Expand Up @@ -81,4 +80,4 @@
"resolutions": {
"@nuxtjs/tailwindcss": "link:."
}
}
}

0 comments on commit 132f5a1

Please sign in to comment.