Skip to content

Commit 810d76d

Browse files
committed
feat: bundle size
1 parent 5e8250a commit 810d76d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"build": "unbuild",
4040
"dev": "unbuild --stub",
4141
"lint": "eslint .",
42-
"prepublishOnly": "nr build && clean-publish",
43-
"release": "bumpp && npm publish",
42+
"prepublishOnly": "nr build",
43+
"release": "bumpp && clean-publish",
4444
"start": "esno src/index.ts",
4545
"test": "vitest",
4646
"typecheck": "tsc --noEmit"

0 commit comments

Comments
 (0)