Skip to content

Commit ea5238b

Browse files
authored
chore(lerna): allow private in version command (#3324)
1 parent 2eef0a4 commit ea5238b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"generate-clients": "node ./scripts/generate-clients",
2525
"generate:clients:generic": "node ./scripts/generate-clients/generic",
2626
"generate:defaults-mode-provider": "./scripts/generate-defaults-mode-provider/index.js",
27-
"lerna:version": "lerna version --exact --conventional-commits --no-push --no-git-tag-version --no-commit-hooks --loglevel silent --no-private --yes",
27+
"lerna:version": "lerna version --exact --conventional-commits --no-push --no-git-tag-version --no-commit-hooks --loglevel silent --yes",
2828
"local-publish": "node ./scripts/verdaccio-publish/index.js",
2929
"test:all": "yarn build:all && jest --coverage --passWithNoTests && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}' && yarn test:versions",
3030
"test:e2e": "yarn build:e2e && node ./tests/e2e/index.js",

0 commit comments

Comments
 (0)