Skip to content

Commit b5195b9

Browse files
authored
chore: remove build step prior to test (#396)
1 parent b4afa35 commit b5195b9

File tree

1 file changed

+1
-1
lines changed
  • smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen

1 file changed

+1
-1
lines changed

smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-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"

0 commit comments

Comments
 (0)