Skip to content

Commit 2b298c6

Browse files
authored
chore: rename downlevel-dts to build:types:downlevel (#486)
1 parent a924a83 commit 2b298c6

File tree

1 file changed

+2
-2
lines changed
  • smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen

1 file changed

+2
-2
lines changed

smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"build:docs": "typedoc",
99
"build:es": "tsc -p tsconfig.es.json",
1010
"build:types": "tsc -p tsconfig.types.json",
11+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
1112
"clean": "${packageManager} clean:dist && ${packageManager} clean:docs",
1213
"clean:dist": "rimraf ./dist-*",
13-
"clean:docs": "rimraf ./docs",
14-
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4"
14+
"clean:docs": "rimraf ./docs"
1515
},
1616
"main": "./dist-cjs/index.js",
1717
"types": "./dist-types/index.d.ts",

0 commit comments

Comments
 (0)