Skip to content

Commit 5000459

Browse files
committed
chore: reintroduce pretest at top level
1 parent f5e2aa5 commit 5000459

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"build:smithy-client": "yarn build:crypto-dependencies && lerna run --scope '@aws-sdk/client-rds-data' --include-dependencies pretest",
1818
"build:all": "yarn build:crypto-dependencies && lerna run build",
1919
"build-documentation": "yarn remove-documentation && typedoc",
20+
"pretest:all": "yarn build:all",
2021
"test:all": "jest --coverage --passWithNoTests && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}'",
2122
"test:functional": "jest --config tests/functional/jest.config.js --passWithNoTests",
2223
"test:integration-legacy": "cucumber-js --fail-fast",

0 commit comments

Comments
 (0)