File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1111 "ci:publish:alpha" : " lerna publish prerelease --conventional-commits --conventional-prerelease --preid alpha --force-publish --dist-tag next --yes" ,
1212 "ci:publish:beta" : " lerna publish prerelease --conventional-commits --conventional-prerelease --preid beta --force-publish --dist-tag next --yes" ,
1313 "ci:publish:rc" : " lerna publish prerelease --conventional-commits --conventional-prerelease --preid rc --force-publish --dist-tag next --yes" ,
14- "ci:publish:latest" : " lerna publish --conventional-commits --dist-tag latest --no-verify-access --yes" ,
14+ "ci:publish:latest" : " lerna publish --conventional-commits --dist-tag latest-7 --no-verify-access --yes" ,
1515 "ci:publish:latest-from-pre" : " lerna publish --conventional-graduate --conventional-commits --dist-tag latest --no-verify-access --force-publish --yes" ,
1616 "ci:publish:dev" : " lerna publish prerelease --conventional-commits --conventional-prerelease --preid dev-$(date +\" %Y%m%dT%H%M%S\" ) --force-publish --no-changelog --no-git-tag-version --dist-tag dev --no-push --yes"
1717 },
You can’t perform that action at this time.
0 commit comments