Skip to content

Commit 2b67766

Browse files
committed
skip nx cache before releasing
1 parent 26e68bf commit 2b67766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"prepare": "simple-git-hooks",
2525
"preview.cloudflare": "nx preview-cloudflare website",
2626
"preview": "nx preview website",
27-
"release.prepare": "nx run-many --target=build -p packages/*",
27+
"release.prepare": "nx run-many --target=build -p packages/* --skip-nx-cache",
2828
"release.setroot": "mv pnpm-workspace.yaml dist/pnpm-workspace.yaml && cp tools/for-release/pnpm-workspace-for-release.yaml pnpm-workspace.yaml",
2929
"release": "pnpm release.prepare && pnpm release.setroot && pnpm release.publish && pnpm release.resetroot",
3030
"release.publish": "changeset publish",

0 commit comments

Comments
 (0)