Skip to content

Commit

Permalink
Merge pull request #81 from jihchi/change_prepare_to_prepack
Browse files Browse the repository at this point in the history
Execute `build` at `prepack` instead of `prepare`
  • Loading branch information
jihchi authored Apr 7, 2024
2 parents 41b6b41 + 9a60c87 commit 17fce30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"build": "tsup",
"clean": "rimraf dist",
"format": "sort-package-json && prettier --write .",
"prepare": "pnpm build",
"prepack": "pnpm build",
"release": "np",
"start": "pnpm build -- --watch",
"test": "vitest run"
Expand Down

0 comments on commit 17fce30

Please sign in to comment.