File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 "lint:publint" : " FORCE_COLOR=1 turbo lint:publint" ,
2525 "nuke" : " node ./scripts/nuke.mjs" ,
2626 "prepare" : " husky install" ,
27- "release" : " changeset publish && git push --follow-tags" ,
28- "release:canary" : " changeset publish --tag canary --no-git-tag" ,
29- "release:snapshot" : " changeset publish --tag snapshot --no-git-tag" ,
27+ "release" : " changeset publish --tag latest-v5 && git push --follow-tags" ,
28+ "release:canary" : " changeset publish --tag canary-v5 --no-git-tag" ,
29+ "release:snapshot" : " changeset publish --tag snapshot-v5 --no-git-tag" ,
3030 "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" ,
3131 "test" : " FORCE_COLOR=1 turbo test --concurrency=${TURBO_CONCURRENCY:-80%}" ,
3232 "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