Skip to content

Commit

Permalink
packages: fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
alecananian committed Jun 10, 2024
1 parent ca0e74b commit e3f474f
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 @@ -21,7 +21,7 @@ jobs:
uses: changesets/action@v1
with:
version: npm run package:version
publish: npm run build:core && npm run build:react && npm run package:publish
publish: npm run package:publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "vitest run",
"package:changeset": "changeset",
"package:version": "changeset version",
"package:publish": "changeset publish",
"package:publish": "npm run build:core && npm run build:react && changeset publish",
"prepare": "husky"
},
"devDependencies": {
Expand Down

0 comments on commit e3f474f

Please sign in to comment.