Skip to content

Commit da17624

Browse files
committed
chore: use changeset publish command
1 parent 803f8ca commit da17624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:apps": "turbo run test --filter='./apps/*'",
1616
"dev": "yarn workspaces foreach -Api run dev",
1717
"ci:version": "changeset version && yarn install --no-immutable && node --experimental-strip-types --no-warnings ./scripts/consolidate-changelog.ts",
18-
"ci:publish": "yarn workspaces foreach --no-private -At npm publish && changeset tag",
18+
"ci:publish": "changeset publish",
1919
"brownfield:plugin:publish:local": "bash ./gradle-plugins/publish-to-maven-local.sh --skip-signing",
2020
"brownfield:plugin:publish:local:signed": "bash ./gradle-plugins/publish-to-maven-local.sh",
2121
"build:brownfield": "turbo run build:brownfield",

0 commit comments

Comments
 (0)