Skip to content

Commit

Permalink
ci: More test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdecarme committed Nov 1, 2023
1 parent e502b4b commit 35c23fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
title: "chore: Version packages"
commit: "chore: Version packages"
# version: yarn changeset version # version so pnp can reconcile packages
version: yarn packages:version # version so pnp can reconcile packages
publish: yarn packages:publish # build and publish to npm
env:
GITHUB_TOKEN: ${{ secrets.FLARE_CITY_GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"homepage": "https://github.com/drewdecarme/flare-city#readme",
"scripts": {
"build": "yarn turbo build --filter='!with-*'",
"packages:version": "npx changeset version",
"packages:publish": "yarn packages:version && yarn build && yarn workspaces foreach --all --no-private npm publish --access public",
"packages:version": "yarn changeset version",
"packages:publish": "yarn build && yarn workspaces foreach --all --no-private npm publish --access public",
"packages:tag": "yarn changeset tag"
},
"packageManager": "[email protected]",
Expand Down

0 comments on commit 35c23fd

Please sign in to comment.