Skip to content

Commit

Permalink
fix: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Dec 21, 2021
1 parent ef5c569 commit 6c9d6da
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 @@ -3,7 +3,7 @@
"scripts": {
"prettier": "prettier --write \"**/*.{js,ts,tsx,css,scss,json,md,mdx,yml}\"",
"version": "pnpx changeset version && pnpm install --lockfile-only",
"release": "pnpm run build && pnpx changeset publish",
"release": "pnpx changeset publish",
"prepare": "husky install"
},
"prettier": {
Expand Down

0 comments on commit 6c9d6da

Please sign in to comment.