We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803f8ca commit da17624Copy full SHA for da17624
1 file changed
package.json
@@ -15,7 +15,7 @@
15
"test:apps": "turbo run test --filter='./apps/*'",
16
"dev": "yarn workspaces foreach -Api run dev",
17
"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",
+ "ci:publish": "changeset publish",
19
"brownfield:plugin:publish:local": "bash ./gradle-plugins/publish-to-maven-local.sh --skip-signing",
20
"brownfield:plugin:publish:local:signed": "bash ./gradle-plugins/publish-to-maven-local.sh",
21
"build:brownfield": "turbo run build:brownfield",
0 commit comments