diff --git a/package.json b/package.json index ecf52516c948..65b90712c787 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "lint:release": "lerna exec --ignore '@aws-sdk/client-*' --ignore '@aws-sdk/aws-*' 'eslint --quiet src/**/*.ts'", "local-publish": "node ./scripts/verdaccio-publish/index.js", "test:all": "yarn build:all && jest --coverage --passWithNoTests && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}' && yarn test:versions", - "test:ci": "lerna run test --since origin/main --exclude-dependents", + "test:ci": "lerna run test --since origin/main", "test:e2e": "yarn build:e2e && node ./tests/e2e/index.js", "test:functional": "jest --passWithNoTests --config tests/functional/jest.config.js && lerna run test:unit --scope \"@aws-sdk/client-*\"", "test:integration": "jest --config jest.config.integ.js --passWithNoTests",