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 80c32fb commit 977c4eaCopy full SHA for 977c4ea
smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7
"build-documentation": "yarn remove-documentation && typedoc ./",
8
- "prepublishOnly": "yarn build && downlevel-dts dist/types dist/types/ts3.4",
+ "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
9
"remove-definitions": "rimraf ./types",
10
"remove-dist": "rimraf ./dist",
11
"remove-documentation": "rimraf ./docs",
0 commit comments