diff --git a/scripts/release.ts b/scripts/release.ts index f951a33dcd..03c1065d8d 100644 --- a/scripts/release.ts +++ b/scripts/release.ts @@ -56,7 +56,7 @@ async function undoLastCommit() { async function bumpVersions() { console.log(c.green('Bumping package versions for release...')); const preBumpHash = getCurrentCommit(); - shI('./node_modules/.bin/lerna', ['version', '--no-push', '--no-private', '--exact']); + shI('./node_modules/.bin/lerna', ['version', '--no-push', '--exact']); const postBumpHash = getCurrentCommit(); if (preBumpHash === postBumpHash) {