Skip to content

Commit e77b926

Browse files
authored
fix(protocol_tests): add downlevel-dts script to aws-json-10 (#2540)
1 parent 5e3db00 commit e77b926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protocol_tests/aws-json-10/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
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",
98
"remove-definitions": "rimraf ./types",
109
"remove-dist": "rimraf ./dist",
1110
"remove-documentation": "rimraf ./docs",
1211
"test": "yarn build && jest --coverage --passWithNoTests",
1312
"build:cjs": "tsc -p tsconfig.json",
1413
"build:es": "tsc -p tsconfig.es.json",
15-
"build": "yarn build:cjs && yarn build:es"
14+
"build": "yarn build:cjs && yarn build:es",
15+
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4"
1616
},
1717
"main": "./dist/cjs/index.js",
1818
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)