File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2929 "unlink-all" : " lerna exec --no-bail --parallel -- yarn unlink; exit 0" ,
3030 "publish:preid" : " ./scripts/preid-env-vars-exist.sh && lerna publish --canary --force-publish --dist-tag=${PREID_PREFIX} --preid=${PREID_PREFIX}${PREID_HASH_SUFFIX} --yes" ,
3131 "publish:main" : " lerna publish --canary --force-publish --dist-tag=unstable --preid=unstable${PREID_HASH_SUFFIX} --yes" ,
32- "publish:release" : " lerna publish --conventional-commits --create-release github --message 'chore(release): Publish [ci skip]' --yes" ,
32+ "publish:release" : " lerna publish --conventional-commits --message 'chore(release): Publish [ci skip]' --yes" ,
33+ "publish:release:new" : " lerna publish --conventional-commits --create-release github --message 'chore(release): Publish [ci skip]' --yes" ,
3334 "publish:v5-stable" : " lerna publish --conventional-commits --yes --dist-tag=stable-5 --message 'chore(release): Publish [ci skip]' --no-verify-access" ,
3435 "publish:verdaccio" : " lerna publish --canary --force-publish --no-push --dist-tag=unstable --preid=unstable --yes" ,
3536 "ts-coverage" : " lerna run ts-coverage" ,
You can’t perform that action at this time.
0 commit comments