Skip to content

Commit bd208e9

Browse files
committed
Add publish script
1 parent 1d86f37 commit bd208e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"scripts": {
4343
"build": "tsup",
4444
"test": "vitest",
45-
"prepublish": "bun run build"
45+
"prepublish": "bun run build",
46+
"publish": "npm publish"
4647
},
4748
"devDependencies": {
4849
"@types/bun": "latest",

0 commit comments

Comments
 (0)