Skip to content

Commit

Permalink
ci: Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdecarme committed Nov 1, 2023
1 parent 573ee99 commit 250dedf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
title: "chore: Version packages"
commit: "chore: Version packages"
version: yarn version # version so pnp can reconcile packages
publish: yarn pusblish # build and publish to npm
publish: yarn publish # build and publish to npm

- name: Packages - tag
# if: steps.changesets.outputs.hasChangesets == 'false'
Expand Down
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 --all --no-private npm publish --access public",
"publish": "yarn workspaces foreach npm publish --all --no-private --access public",
"tag": "yarn changeset tag"
},
"author": "Drew DeCarme",
Expand Down

0 comments on commit 250dedf

Please sign in to comment.