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 1212 "clear-build-info" : " rimraf ./packages/*/*.tsbuildinfo ./clients/*/*/*.tsbuildinfo" ,
1313 "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" ,
1414 "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 " ,
1616 "pretest:all" : " yarn build:all" ,
1717 "test:all" : " jest --coverage --passWithNoTests" ,
1818 "test:functional" : " jest --config tests/functional/jest.config.js --passWithNoTests" ,
You can’t perform that action at this time.
0 commit comments