Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e163aac commit 01cb823Copy full SHA for 01cb823
package.json
@@ -38,7 +38,7 @@
38
"scripts": {
39
"bundle": "pkgroll --minify --sourcemap --clean-dist",
40
"lint": "eslint .",
41
- "release": "bumpp --commit --push --tag && bun publish",
+ "release": "bumpp --commit --push --tag && npm publish",
42
"typecheck": "tsc --noEmit",
43
"preversion": "bun typecheck && bun bundle"
44
},
0 commit comments