Skip to content

Commit

Permalink
fix: Add correct release script to pkg json (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemcd authored Feb 21, 2024
1 parent c1585db commit b5b0991
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 @@ -13,7 +13,8 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"test": "turbo run test",
"test:watch": "turbo run test:watch",
"release": "turbo run build && changeset version && changeset publish",
"release": "yarn build:packages && yarn release:publish && yarn changeset tag",
"release:publish": "yarn workspaces foreach -Rpt --no-private --from '@knocklabs/*' npm publish --access public --tolerate-republish",
"postinstall": "manypkg check"
},
"prettier": "@knocklabs/prettier-config",
Expand Down

0 comments on commit b5b0991

Please sign in to comment.