Skip to content

Commit

Permalink
fix: build on release
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Mar 26, 2023
1 parent fb661de commit 0ab7426
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 @@ -66,7 +66,7 @@
"pretty": "node scripts/pretty.js",
"pretty-check": "node scripts/pretty.js --check",
"ci:version": "yarn changeset version && yarn build && yarn format",
"release": "yarn build-bundles && (wsrun release --exclude-missing --serial --recursive --changedSince main || true) && yarn changeset publish",
"release": "yarn build && yarn build-bundles && (wsrun release --exclude-missing --serial --recursive --changedSince main || true) && yarn changeset publish",
"release:canary": "(node scripts/canary-release.js && yarn build && yarn build-bundles && yarn changeset publish --tag canary) || echo Skipping Canary...",
"repo:lint": "manypkg check",
"repo:fix": "manypkg fix",
Expand Down

0 comments on commit 0ab7426

Please sign in to comment.