Skip to content

Commit

Permalink
fix: postinstall script location
Browse files Browse the repository at this point in the history
  • Loading branch information
Dschungelabenteuer committed Aug 10, 2023
1 parent 1ec1c1b commit dc07179
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hip-bulldogs-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'vite-plugin-entry-shaking': patch
---

Fixed postinstall script location
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"url": "https://github.com/Dschungelabenteuer/vite-plugin-entry-shaking/issues"
},
"scripts": {
"postinstall": "pnpm build",
"build": "pnpm --filter \"./packages/core\" build",
"test": "pnpm -r test",
"lint": "pnpm -r lint",
Expand Down
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
},
"scripts": {
"dev": "pnpm unbuild --stub",
"postinstall": "pnpm build",
"build": "pnpm unbuild",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
Expand Down

0 comments on commit dc07179

Please sign in to comment.