12
12
"clear-build-cache" : " rimraf ./packages/*/dist ./clients/*/dist ./lib/*/dist ./packages/*/types ./clients/*/types ./lib/*/types" ,
13
13
"clear-build-info" : " rimraf ./packages/**/*.tsbuildinfo ./clients/**/*.tsbuildinfo ./lib/**/*.tsbuildinfo" ,
14
14
"remove-documentation" : " rimraf ./docs" ,
15
- "build:crypto-dependencies" : " lerna run --scope '@aws-sdk/{types,util-utf8-browser,util-locate-window,hash-node}' --include-dependencies pretest" ,
16
- "build:protocols" : " yarn build:crypto-dependencies && lerna run --scope '@aws-sdk/aws-*' --include-dependencies pretest" ,
17
- "build:smithy-client" : " yarn build:crypto-dependencies && lerna run --scope '@aws-sdk/client-rds-data' --include-dependencies pretest" ,
15
+ "build:crypto-dependencies" : " lerna run --scope '@aws-sdk/{types,util-utf8-browser,util-locate-window,hash-node}' --include-dependencies build" ,
16
+ "build:protocols" : " yarn build:crypto-dependencies && lerna run --scope '@aws-sdk/aws-*' --include-dependencies build" ,
18
17
"build:all" : " yarn build:crypto-dependencies && lerna run build" ,
19
18
"build-documentation" : " yarn remove-documentation && typedoc" ,
20
19
"pretest:all" : " yarn build:all" ,
23
22
"test:integration-legacy" : " cucumber-js --fail-fast" ,
24
23
"test:integration" : " jest --config jest.config.integ.js --passWithNoTests" ,
25
24
"test:protocols" : " yarn build:protocols && lerna run test --scope '@aws-sdk/aws-*'" ,
26
- "pretest:e2e" : " yarn build:crypto-dependencies && lerna run --scope '@aws-sdk/{client-cloudformation,karma-credential-loader}' --include-dependencies pretest " ,
25
+ "pretest:e2e" : " yarn build:crypto-dependencies && lerna run --scope '@aws-sdk/{client-cloudformation,karma-credential-loader}' --include-dependencies build " ,
27
26
"test:e2e" : " node ./tests/e2e/index.js" ,
28
27
"local-publish" : " node ./scripts/verdaccio-publish/index.js"
29
28
},
119
118
],
120
119
"**/*.{ts,js,md,json}" : " prettier --write"
121
120
}
122
- }
121
+ }
0 commit comments