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 d8fadf3 commit 1316d48Copy full SHA for 1316d48
smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json
@@ -6,7 +6,6 @@
6
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7
"build-documentation": "yarn remove-documentation && typedoc ./",
8
"prepublishOnly": "yarn build",
9
- "pretest": "yarn build:cjs",
10
"remove-definitions": "rimraf ./types",
11
"remove-dist": "rimraf ./dist",
12
"remove-documentation": "rimraf ./docs",
@@ -33,6 +32,7 @@
33
32
"downlevel-dts": "0.7.0",
34
"jest": "^26.1.0",
35
"rimraf": "^3.0.0",
+ "ts-jest": "^26.4.1",
36
"typedoc": "^0.19.2",
37
"typescript": "~4.1.2"
38
},
0 commit comments