Skip to content

Commit

Permalink
chore: added local release scritps
Browse files Browse the repository at this point in the history
  • Loading branch information
JaleelB committed Nov 27, 2024
1 parent cf392d3 commit c6a6ed5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"prettier-check": "prettier --check \"**/*.{ts,tsx,md}\"",
"release": "pnpm run build && changeset publish",
"local-release": "changeset version && changeset publish",
"prepublishOnly": "npm run ci",
"copy-readme": "cp README.md packages/*",
"prepare": "husky"
},
Expand All @@ -27,7 +29,6 @@
},
"lint-staged": {
"*.{ts,tsx,md,mdx}": [
"eslint --fix",
"prettier --write",
"tsc-files --noEmit"
],
Expand Down

0 comments on commit c6a6ed5

Please sign in to comment.