We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954e212 commit ea98484Copy full SHA for ea98484
package.json
@@ -30,7 +30,7 @@
30
"lint:release": "lerna exec --ignore '@aws-sdk/client-*' --ignore '@aws-sdk/aws-*' 'eslint --quiet src/**/*.ts'",
31
"local-publish": "node ./scripts/verdaccio-publish/index.js",
32
"test:all": "yarn build:all && jest --coverage --passWithNoTests && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}' && yarn test:versions",
33
- "test:ci": "lerna run test --since origin/main --exclude-dependents",
+ "test:ci": "lerna run test --since origin/main",
34
"test:e2e": "yarn build:e2e && node ./tests/e2e/index.js",
35
"test:functional": "jest --passWithNoTests --config tests/functional/jest.config.js && lerna run test:unit --scope \"@aws-sdk/client-*\"",
36
"test:integration": "jest --config jest.config.integ.js --passWithNoTests",
0 commit comments