Skip to content

Commit

Permalink
chore: Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdecarme committed Nov 1, 2023
1 parent 9533849 commit 8b9e773
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 @@ -13,7 +13,7 @@
},
"scripts": {
"build": "yarn turbo build --filter='!with-*'",
"publish": "yarn workspaces foreach --no-private npm publish --access public",
"publish": "yarn workspaces foreach --all --no-private npm publish --access public",
"tag": "yarn changeset tag",
"release": "yarn build && yarn publish && yarn tag"
},
Expand Down

0 comments on commit 8b9e773

Please sign in to comment.