File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 61
61
"pretty" : " yarn pretty-check --write" ,
62
62
"pretty-check" : " prettier --cache --check --ignore-path .gitignore --ignore-path resources/prettierignore --ignore-path .eslintignore ." ,
63
63
"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" ,
65
65
"release:canary" : " (node scripts/canary-release.js && yarn build-bundles && yarn changeset publish --tag canary) || echo Skipping Canary..." ,
66
66
"repo:lint" : " manypkg check" ,
67
67
"repo:fix" : " manypkg fix" ,
You can’t perform that action at this time.
0 commit comments