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 20
20
"packages-prepack" : " lerna run prepack" ,
21
21
"test:watch" : " yarn test --watch --collect-coverage=false" ,
22
22
"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" ,
25
25
"lint" : " eslint ." ,
26
26
"integration" : " jest --runInBand --config jest.integration.config.json --setupTestFrameworkScriptFile=./jest.integration.setup.js" ,
27
27
"build" : " yarn packages-install && yarn packages-prepack && opencollective-postinstall" ,
You can’t perform that action at this time.
0 commit comments