Skip to content

Commit

Permalink
chore: faster build time (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexforsyth committed Jun 19, 2020
1 parent c6cd44e commit 6f5ddfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build:crypto-dependencies": "lerna run --scope '@aws-sdk/types' --scope '@aws-sdk/util-utf8-browser' --scope '@aws-sdk/util-locate-window' --scope '@aws-sdk/hash-node' --include-dependencies pretest",
"build:protocols": "yarn build:crypto-dependencies && lerna run --scope '@aws-sdk/aws-*' --include-dependencies pretest",
"build:smithy-client": "yarn build:crypto-dependencies && lerna run --scope '@aws-sdk/client-rds-data' --include-dependencies pretest",
"build:all": "yarn build:crypto-dependencies && lerna run pretest --include-dependencies --include-dependents",
"build:all": "yarn build:crypto-dependencies && lerna run pretest",
"pretest:all": "yarn build:all",
"test:all": "jest --coverage --passWithNoTests && lerna run test --scope @aws-sdk/fetch-http-handler --scope @aws-sdk/hash-blob-browser",
"test:functional": "jest --config tests/functional/jest.config.js --passWithNoTests",
Expand Down Expand Up @@ -73,4 +73,4 @@
"lint-staged": {
"**/*.{ts,js,md,json}": "prettier --write"
}
}
}

0 comments on commit 6f5ddfc

Please sign in to comment.