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 9744960 commit 3c89babCopy full SHA for 3c89bab
package.json
@@ -22,7 +22,7 @@
22
"prepare": "husky install",
23
"preview.cloudflare": "nx preview-cloudflare website",
24
"preview": "nx preview website",
25
- "release.prepare": "nx run-many --target=build --all --parallel",
+ "release.prepare": "nx run-many --target=build --parallel -p packages/*",
26
"release.setroot": "mv pnpm-workspace.yaml dist/pnpm-workspace.yaml && cp pnpm-workspace-for-release.yaml pnpm-workspace.yaml",
27
"release": "pnpm release.prepare && pnpm release.setroot && pnpm release.publish && pnpm release.resetroot",
28
"release.publish": "changeset publish",
0 commit comments