This repository was archived by the owner on Jan 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020 "packages-prepack" : " lerna run prepack" ,
2121 "test:watch" : " yarn test --watch --collect-coverage=false" ,
2222 "check-gh-token" : " : \" ${GH_TOKEN:?Please set GH_TOKEN to a GitHub personal token that can create releases.}\" " ,
23- "prerelease" : " yarn check-gh-token && lerna publish --conventional-commits --conventional-prerelease --exact --create-release github --dist-tag alpha" ,
24- "graduate" : " yarn check-gh-token && lerna version --conventional-commits --conventional-graduate --exact --create-release github && lerna publish from-git" ,
23+ "prerelease" : " lerna publish --conventional-commits --conventional-prerelease --exact --create-release github --dist-tag alpha" ,
24+ "graduate" : " lerna version --conventional-commits --conventional-graduate --exact --create-release github && lerna publish from-git" ,
2525 "lint" : " eslint ." ,
2626 "integration" : " jest --runInBand --config jest.integration.config.json --setupTestFrameworkScriptFile=./jest.integration.setup.js" ,
2727 "build" : " yarn packages-install && yarn packages-prepack && opencollective-postinstall" ,
You can’t perform that action at this time.
0 commit comments