Skip to content

Commit 977c4ea

Browse files
trivikrsrchase
authored andcommitted
Rename prepublishOnly to downlevel-dts (smithy-lang#374)
1 parent 80c32fb commit 977c4ea

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
@@ -5,7 +5,7 @@
55
"scripts": {
66
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
77
"build-documentation": "yarn remove-documentation && typedoc ./",
8-
"prepublishOnly": "yarn build && downlevel-dts dist/types dist/types/ts3.4",
8+
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
99
"remove-definitions": "rimraf ./types",
1010
"remove-dist": "rimraf ./dist",
1111
"remove-documentation": "rimraf ./docs",

0 commit comments

Comments
 (0)