Skip to content

Commit

Permalink
chore(protocol_tests): remove build step prior to test
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Aug 10, 2021
1 parent 33683b9 commit 97fae8e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion protocol_tests/aws-ec2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "yarn build && jest --coverage --passWithNoTests",
"test": "jest --coverage --passWithNoTests",
"build:cjs": "tsc -p tsconfig.json",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es",
Expand Down
2 changes: 1 addition & 1 deletion protocol_tests/aws-json-10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "yarn build && jest --coverage --passWithNoTests",
"test": "jest --coverage --passWithNoTests",
"build:cjs": "tsc -p tsconfig.json",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es",
Expand Down
2 changes: 1 addition & 1 deletion protocol_tests/aws-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "yarn build && jest --coverage --passWithNoTests",
"test": "jest --coverage --passWithNoTests",
"build:cjs": "tsc -p tsconfig.json",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es",
Expand Down
2 changes: 1 addition & 1 deletion protocol_tests/aws-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "yarn build && jest --coverage --passWithNoTests",
"test": "jest --coverage --passWithNoTests",
"build:cjs": "tsc -p tsconfig.json",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es",
Expand Down
2 changes: 1 addition & 1 deletion protocol_tests/aws-restjson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "yarn build && jest --coverage --passWithNoTests",
"test": "jest --coverage --passWithNoTests",
"build:cjs": "tsc -p tsconfig.json",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es",
Expand Down
2 changes: 1 addition & 1 deletion protocol_tests/aws-restxml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "yarn build && jest --coverage --passWithNoTests",
"test": "jest --coverage --passWithNoTests",
"build:cjs": "tsc -p tsconfig.json",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es",
Expand Down

0 comments on commit 97fae8e

Please sign in to comment.