Skip to content

Commit a6e8dd3

Browse files
authored
Update package.json (#3900)
1 parent 2f7f429 commit a6e8dd3

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
@@ -61,7 +61,7 @@
6161
"pretty": "yarn pretty-check --write",
6262
"pretty-check": "prettier --cache --check --ignore-path .gitignore --ignore-path resources/prettierignore --ignore-path .eslintignore .",
6363
"ci:version": "yarn changeset version && yarn build && yarn format",
64-
"release": "yarn build && yarn build-bundles && wsrun release --exclude-missing --serial --recursive --changedSince main && yarn changeset publish",
64+
"release": "yarn build && yarn build-bundles && (wsrun release --exclude-missing --serial --recursive --changedSince main -- || true) && yarn changeset publish",
6565
"release:canary": "(node scripts/canary-release.js && yarn build-bundles && yarn changeset publish --tag canary) || echo Skipping Canary...",
6666
"repo:lint": "manypkg check",
6767
"repo:fix": "manypkg fix",

0 commit comments

Comments
 (0)