Skip to content

Commit

Permalink
skip nx cache before releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Aug 8, 2024
1 parent 26e68bf commit 2b67766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prepare": "simple-git-hooks",
"preview.cloudflare": "nx preview-cloudflare website",
"preview": "nx preview website",
"release.prepare": "nx run-many --target=build -p packages/*",
"release.prepare": "nx run-many --target=build -p packages/* --skip-nx-cache",
"release.setroot": "mv pnpm-workspace.yaml dist/pnpm-workspace.yaml && cp tools/for-release/pnpm-workspace-for-release.yaml pnpm-workspace.yaml",
"release": "pnpm release.prepare && pnpm release.setroot && pnpm release.publish && pnpm release.resetroot",
"release.publish": "changeset publish",
Expand Down

0 comments on commit 2b67766

Please sign in to comment.