Skip to content

Commit

Permalink
release script update
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Oct 21, 2022
1 parent 6fdeee6 commit 5946d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"build": "tsup",
"test": "vitest run",
"test:watch": "vitest watch",
"release": "bumpp --commit --push --tag && pnpm publish",
"release": "bumpp --commit --push --tag && npm publish",
"lint": "eslint --ext=js,ts,jsx,tsx .",
"lint:fix": "pnpm run lint --fix",
"prepublishOnly": "rimraf ./package && pnpm run build && clean-publish",
Expand Down

0 comments on commit 5946d26

Please sign in to comment.