Skip to content

Commit

Permalink
WIP change publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed Jul 12, 2024
1 parent 32dbe58 commit c9332cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/changeset-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ jobs:
#
# If it has a publish command, it will create a github release when no
# changesets are present
publish:
npx changeset tag && git push --follow-tags && npx nx release
publish
publish: pnpm changeset-publish
#
#
# env:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"scripts": {
"changeset": "changeset",
"format-root-gradle": "./gradlew :spotlessApply",
"changeset-publish": "changeset publish && nx release publish",
"changeset-publish-old": "changeset publish && nx release publish",
"changeset-publish": "changeset tag && git push --follow-tags && nx release publish",
"prepare": "tsx scripts/install-hooks.ts",
"preinstall": "npx only-allow pnpm",
"clear-all": "tsx scripts/clear.ts",
Expand Down

0 comments on commit c9332cc

Please sign in to comment.