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 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" ,
You can’t perform that action at this time.
0 commit comments