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",

0 commit comments

Comments
 (0)