File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 "nuke" : " node ./scripts/nuke.mjs" ,
3131 "prepare" : " husky install" ,
3232 "release" : " changeset publish && git push --follow-tags" ,
33- "release:status" : " changeset status --output .changeset-status.json" ,
3433 "release:canary" : " changeset publish --tag canary --no-git-tag" ,
3534 "release:canary-core3" : " changeset publish --tag canary-core3 --no-git-tag" ,
3635 "release:snapshot" : " changeset publish --tag snapshot --no-git-tag" ,
36+ "release:status" : " changeset status --output .changeset-status.json" ,
3737 "release:verdaccio" : " if [ \" $(npm config get registry)\" = \" https://registry.npmjs.org/\" ]; then echo 'Error: Using default registry' && exit 1; else TURBO_CONCURRENCY=1 pnpm build && changeset publish --no-git-tag; fi" ,
3838 "test" : " FORCE_COLOR=1 turbo test --concurrency=${TURBO_CONCURRENCY:-80%}" ,
3939 "test:cache:clear" : " FORCE_COLOR=1 turbo test:cache:clear --continue --concurrency=${TURBO_CONCURRENCY:-80%}" ,
You can’t perform that action at this time.
0 commit comments