Skip to content

Commit 7209d1d

Browse files
chore: add pretest:e2e script to make the command build itself (#1366)
Co-authored-by: Trivikram Kamat <[email protected]>
1 parent 954ff24 commit 7209d1d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
"test:integration-legacy": "cucumber-js --fail-fast",
2121
"test:integration": "jest --config jest.config.integ.js --passWithNoTests",
2222
"test:protocols": "yarn build:protocols && lerna run test --scope '@aws-sdk/aws-*'",
23-
"local-publish": "node ./scripts/verdaccio-publish/index.js",
24-
"test:e2e": "node ./tests/e2e/index.js"
23+
"pretest:e2e": "yarn build:crypto-dependencies && lerna run --scope '{@aws-sdk/client-cloudformation, @aws-sdk/karma-credential-loader}' --include-dependencies pretest",
24+
"test:e2e": "node ./tests/e2e/index.js",
25+
"local-publish": "node ./scripts/verdaccio-publish/index.js"
2526
},
2627
"repository": {
2728
"type": "git",

0 commit comments

Comments
 (0)