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 12
12
"clear-build-info" : " rimraf ./packages/*/*.tsbuildinfo ./clients/*/*/*.tsbuildinfo" ,
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:smithy-client" : " yarn build:crypto-dependencies && lerna run --scope '@aws-sdk/client-rds-data' --include-dependencies pretest" ,
15
- "build:all" : " yarn build:crypto-dependencies && lerna run --scope '@aws-sdk/client-*' --include-dependencies pretest " ,
15
+ "build:all" : " yarn build:crypto-dependencies && lerna run pretest --include-dependencies --include-dependents " ,
16
16
"pretest:all" : " yarn build:all" ,
17
17
"test:all" : " jest --coverage --passWithNoTests" ,
18
18
"test:functional" : " jest --config tests/functional/jest.config.js --passWithNoTests" ,
You can’t perform that action at this time.
0 commit comments