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 28
28
"unlink-all" : " lerna exec --no-bail --parallel -- yarn unlink; exit 0" ,
29
29
"publish:preid" : " ./scripts/preid-env-vars-exist.sh && lerna publish --canary --force-publish --dist-tag=${PREID_PREFIX} --preid=${PREID_PREFIX}${PREID_HASH_SUFFIX} --yes" ,
30
30
"publish:main" : " lerna publish --canary --force-publish --dist-tag=unstable --preid=unstable${PREID_HASH_SUFFIX} --yes" ,
31
- "publish:release" : " lerna publish --conventional-commits --message 'chore(release): Publish [skip release]' --yes " ,
31
+ "publish:release" : " lerna publish --conventional-commits --message 'chore(release): Publish [skip release]'" ,
32
32
"publish:v5-stable" : " lerna publish --conventional-commits --yes --dist-tag=stable-5 --message 'chore(release): Publish [ci skip]' --no-verify-access" ,
33
- "publish:verdaccio" : " lerna publish --canary --force-publish --no-push --dist-tag=unstable --preid=unstable --yes " ,
33
+ "publish:verdaccio" : " lerna publish --canary --force-publish --no-push --dist-tag=unstable --preid=unstable" ,
34
34
"ts-coverage" : " lerna run ts-coverage" ,
35
35
"prepare" : " ./scripts/set-preid-versions.sh"
36
36
},
You can’t perform that action at this time.
0 commit comments