Skip to content

Commit af23369

Browse files
authored
chore(clients): remove build step prior to test (#2654)
1 parent 398a092 commit af23369

File tree

60 files changed

+60
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+60
-60
lines changed

clients/client-amp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-amplifybackend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-appflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-appintegrations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-applicationcostprofiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-apprunner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-auditmanager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-braket/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-codeartifact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-connect-contact-lens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-customer-profiles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-databrew/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-devops-guru/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-ecr-public/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-emr-containers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-finspace-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-finspace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-fis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-greengrassv2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-healthlake/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-honeycode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-identitystore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-iot-wireless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-iotdeviceadvisor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-iotfleethub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-iotsitewise/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-ivs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-lex-models-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-lex-runtime-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-location/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-lookoutequipment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-lookoutmetrics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-lookoutvision/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-macie2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-mgn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-mwaa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-network-firewall/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-nimble/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-proton/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-redshift-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

clients/client-route53-recovery-cluster/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"remove-definitions": "rimraf ./types",
1010
"remove-dist": "rimraf ./dist",
1111
"remove-documentation": "rimraf ./docs",
12-
"test": "yarn build && jest --coverage --passWithNoTests",
12+
"test": "jest --coverage --passWithNoTests",
1313
"build:cjs": "tsc -p tsconfig.json",
1414
"build:es": "tsc -p tsconfig.es.json",
1515
"build": "yarn build:cjs && yarn build:es"

clients/client-route53-recovery-control-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"remove-definitions": "rimraf ./types",
1010
"remove-dist": "rimraf ./dist",
1111
"remove-documentation": "rimraf ./docs",
12-
"test": "yarn build && jest --coverage --passWithNoTests",
12+
"test": "jest --coverage --passWithNoTests",
1313
"build:cjs": "tsc -p tsconfig.json",
1414
"build:es": "tsc -p tsconfig.es.json",
1515
"build": "yarn build:cjs && yarn build:es"

clients/client-route53-recovery-readiness/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"remove-definitions": "rimraf ./types",
1010
"remove-dist": "rimraf ./dist",
1111
"remove-documentation": "rimraf ./docs",
12-
"test": "yarn build && jest --coverage --passWithNoTests",
12+
"test": "jest --coverage --passWithNoTests",
1313
"build:cjs": "tsc -p tsconfig.json",
1414
"build:es": "tsc -p tsconfig.es.json",
1515
"build": "yarn build:cjs && yarn build:es"

clients/client-s3outposts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remove-definitions": "rimraf ./types",
99
"remove-dist": "rimraf ./dist",
1010
"remove-documentation": "rimraf ./docs",
11-
"test": "yarn build && jest --coverage --passWithNoTests",
11+
"test": "jest --coverage --passWithNoTests",
1212
"build:cjs": "tsc -p tsconfig.json",
1313
"build:es": "tsc -p tsconfig.es.json",
1414
"build": "yarn build:cjs && yarn build:es",

0 commit comments

Comments
 (0)