We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e2aa5 commit 5000459Copy full SHA for 5000459
package.json
@@ -17,6 +17,7 @@
17
"build:smithy-client": "yarn build:crypto-dependencies && lerna run --scope '@aws-sdk/client-rds-data' --include-dependencies pretest",
18
"build:all": "yarn build:crypto-dependencies && lerna run build",
19
"build-documentation": "yarn remove-documentation && typedoc",
20
+ "pretest:all": "yarn build:all",
21
"test:all": "jest --coverage --passWithNoTests && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}'",
22
"test:functional": "jest --config tests/functional/jest.config.js --passWithNoTests",
23
"test:integration-legacy": "cucumber-js --fail-fast",
0 commit comments