We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4afa35 commit b5195b9Copy full SHA for b5195b9
smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json
@@ -9,7 +9,7 @@
9
"remove-definitions": "rimraf ./types",
10
"remove-dist": "rimraf ./dist",
11
"remove-documentation": "rimraf ./docs",
12
- "test": "yarn build && jest --coverage --passWithNoTests",
+ "test": "jest --coverage --passWithNoTests",
13
"build:cjs": "tsc -p tsconfig.json",
14
"build:es": "tsc -p tsconfig.es.json",
15
"build": "yarn build:cjs && yarn build:es"
0 commit comments