Skip to content

Commit c9332cc

Browse files
committed
WIP change publish command
1 parent 32dbe58 commit c9332cc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/changeset-dev.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ jobs:
6666
#
6767
# If it has a publish command, it will create a github release when no
6868
# changesets are present
69-
publish:
70-
npx changeset tag && git push --follow-tags && npx nx release
71-
publish
69+
publish: pnpm changeset-publish
7270
#
7371
#
7472
# env:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"scripts": {
55
"changeset": "changeset",
66
"format-root-gradle": "./gradlew :spotlessApply",
7-
"changeset-publish": "changeset publish && nx release publish",
7+
"changeset-publish-old": "changeset publish && nx release publish",
8+
"changeset-publish": "changeset tag && git push --follow-tags && nx release publish",
89
"prepare": "tsx scripts/install-hooks.ts",
910
"preinstall": "npx only-allow pnpm",
1011
"clear-all": "tsx scripts/clear.ts",

0 commit comments

Comments
 (0)