Skip to content

Commit

Permalink
ci: Update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdecarme committed Nov 1, 2023
1 parent 250dedf commit 1a46354
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 @@ -15,7 +15,7 @@
"scripts": {
"build": "yarn turbo build --filter='!with-*'",
"version": "yarn changeset version",
"publish": "yarn workspaces foreach npm publish --all --no-private --access public",
"publish": "yarn workspaces foreach --all --no-private npm publish --access public",
"tag": "yarn changeset tag"
},
"author": "Drew DeCarme",
Expand Down

0 comments on commit 1a46354

Please sign in to comment.