Skip to content

Commit c6f6bfe

Browse files
authored
Add prepublish script (#2)
1 parent 846b26c commit c6f6bfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
],
4242
"scripts": {
4343
"build": "tsup",
44-
"test": "vitest"
44+
"test": "vitest",
45+
"prepublish": "bun run build"
4546
},
4647
"devDependencies": {
4748
"@types/bun": "latest",

0 commit comments

Comments
 (0)