Skip to content

Commit

Permalink
ci: Use npx for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdecarme committed Nov 1, 2023
1 parent 0eab2c9 commit e502b4b
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 @@ -20,7 +20,7 @@
"homepage": "https://github.com/drewdecarme/flare-city#readme",
"scripts": {
"build": "yarn turbo build --filter='!with-*'",
"packages:version": "yarn changeset version",
"packages:version": "npx changeset version",
"packages:publish": "yarn packages:version && yarn build && yarn workspaces foreach --all --no-private npm publish --access public",
"packages:tag": "yarn changeset tag"
},
Expand Down

0 comments on commit e502b4b

Please sign in to comment.