File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
"build:crypto-dependencies" : " lerna run --scope '@aws-sdk/types' --scope '@aws-sdk/util-utf8-browser' --scope '@aws-sdk/util-locate-window' --scope '@aws-sdk/hash-node' --include-dependencies pretest" ,
14
14
"build:protocols" : " yarn build:crypto-dependencies && lerna run --scope '@aws-sdk/aws-*' --include-dependencies pretest" ,
15
15
"build:smithy-client" : " yarn build:crypto-dependencies && lerna run --scope '@aws-sdk/client-rds-data' --include-dependencies pretest" ,
16
- "build:all" : " yarn build:crypto-dependencies && lerna run pretest --include-dependencies --include-dependents " ,
16
+ "build:all" : " yarn build:crypto-dependencies && lerna run pretest" ,
17
17
"pretest:all" : " yarn build:all" ,
18
18
"test:all" : " jest --coverage --passWithNoTests && lerna run test --scope @aws-sdk/fetch-http-handler --scope @aws-sdk/hash-blob-browser" ,
19
19
"test:functional" : " jest --config tests/functional/jest.config.js --passWithNoTests" ,
73
73
"lint-staged" : {
74
74
"**/*.{ts,js,md,json}" : " prettier --write"
75
75
}
76
- }
76
+ }
You can’t perform that action at this time.
0 commit comments