File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 30
30
"lint:release" : " lerna exec --ignore '@aws-sdk/client-*' --ignore '@aws-sdk/aws-*' 'eslint --quiet src/**/*.ts'" ,
31
31
"local-publish" : " node ./scripts/verdaccio-publish/index.js" ,
32
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 " ,
33
+ "test:ci" : " lerna run test --since origin/main" ,
34
34
"test:e2e" : " yarn build:e2e && node ./tests/e2e/index.js" ,
35
35
"test:functional" : " jest --passWithNoTests --config tests/functional/jest.config.js && lerna run test:unit --scope \" @aws-sdk/client-*\" " ,
36
36
"test:integration" : " jest --config jest.config.integ.js --passWithNoTests" ,
You can’t perform that action at this time.
0 commit comments