Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01cb823

Browse files
committed
fix: script
1 parent e163aac commit 01cb823

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
@@ -38,7 +38,7 @@
3838
"scripts": {
3939
"bundle": "pkgroll --minify --sourcemap --clean-dist",
4040
"lint": "eslint .",
41-
"release": "bumpp --commit --push --tag && bun publish",
41+
"release": "bumpp --commit --push --tag && npm publish",
4242
"typecheck": "tsc --noEmit",
4343
"preversion": "bun typecheck && bun bundle"
4444
},

0 commit comments

Comments
 (0)