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 54b49f3 commit 9225812Copy full SHA for 9225812
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",
@@ -34,6 +33,7 @@
34
33
"jest": "^26.1.0",
35
"rimraf": "^3.0.0",
36
"typedoc": "^0.20.0",
+ "ts-jest": "^26.4.1",
37
"typescript": "~4.1.2"
38
},
39
"engines": {
0 commit comments