We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8ef52 commit f73d2f1Copy full SHA for f73d2f1
package.json
@@ -29,7 +29,8 @@
29
"pretest:e2e": "yarn build:crypto-dependencies && lerna run --scope '@aws-sdk/{client-cloudformation,karma-credential-loader}' --include-dependencies build",
30
"test:e2e": "node ./tests/e2e/index.js",
31
"test:versions": "jest --config tests/versions/jest.config.js tests/versions/index.spec.ts",
32
- "local-publish": "node ./scripts/verdaccio-publish/index.js"
+ "local-publish": "node ./scripts/verdaccio-publish/index.js",
33
+ "lerna:version": "lerna version --exact --conventional-commits --no-push --no-git-tag-version --no-commit-hooks --loglevel silent --no-private --yes"
34
},
35
"repository": {
36
"type": "git",
0 commit comments