File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments