Skip to content

Commit 17fce30

Browse files
authored
Merge pull request #81 from jihchi/change_prepare_to_prepack
Execute `build` at `prepack` instead of `prepare`
2 parents 41b6b41 + 9a60c87 commit 17fce30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"build": "tsup",
3535
"clean": "rimraf dist",
3636
"format": "sort-package-json && prettier --write .",
37-
"prepare": "pnpm build",
37+
"prepack": "pnpm build",
3838
"release": "np",
3939
"start": "pnpm build -- --watch",
4040
"test": "vitest run"

0 commit comments

Comments
 (0)