File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 24
24
"generate-clients" : " node ./scripts/generate-clients" ,
25
25
"generate:clients:generic" : " node ./scripts/generate-clients/generic" ,
26
26
"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" ,
28
28
"local-publish" : " node ./scripts/verdaccio-publish/index.js" ,
29
29
"test:all" : " yarn build:all && jest --coverage --passWithNoTests && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}' && yarn test:versions" ,
30
30
"test:e2e" : " yarn build:e2e && node ./tests/e2e/index.js" ,
You can’t perform that action at this time.
0 commit comments