Skip to content

Commit

Permalink
feat: bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
mohantakeo committed Aug 26, 2022
1 parent 5e8250a commit 810d76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"build": "unbuild",
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build && clean-publish",
"release": "bumpp && npm publish",
"prepublishOnly": "nr build",
"release": "bumpp && clean-publish",
"start": "esno src/index.ts",
"test": "vitest",
"typecheck": "tsc --noEmit"
Expand Down

0 comments on commit 810d76d

Please sign in to comment.