From 86220a79744c29ef3e53e639ba30225a1407c952 Mon Sep 17 00:00:00 2001 From: Allan Zheng Date: Sun, 12 Jul 2020 00:46:49 -0700 Subject: [PATCH] chore: add pretest:e2e script to make the command build itself --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 76f5e7c0c356..97529a790910 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "test:integration-legacy": "cucumber-js --fail-fast", "test:integration": "jest --config jest.config.integ.js --passWithNoTests", "test:protocols": "yarn build:protocols && lerna run test --scope '@aws-sdk/aws-*'", + "pretest:e2e": "yarn build:crypto-dependencies && lerna run --scope '{@aws-sdk/client-cloudformation, @aws-sdk/karma-credential-loader}' --include-dependencies pretest", "test:e2e": "node ./tests/e2e/index.js", "local-publish": "node ./scripts/verdaccio-publish/index.js" },