Skip to content

Commit

Permalink
fix(repo): Enable canary publish (#4565)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekradko authored Nov 14, 2024
1 parent 305a03b commit cf26c8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/real-hounds-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion scripts/canary.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const snapshot = `---
Canary release
`;

await $`pnpm json -I -f ${constants.ChangesetConfigFile} -e "this.changelog = false"`;
await $`pnpm dlx json -I -f ${constants.ChangesetConfigFile} -e "this.changelog = false"`;

try {
// exit pre-release mode if we're in it
Expand Down

0 comments on commit cf26c8f

Please sign in to comment.