Skip to content

Commit be21a3d

Browse files
committed
chore(protocol_tests): remove build step prior to test
1 parent c280825 commit be21a3d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

protocol_tests/aws-ec2/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",

protocol_tests/aws-json-10/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",

protocol_tests/aws-json/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",

protocol_tests/aws-query/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",

protocol_tests/aws-restjson/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",

protocol_tests/aws-restxml/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)