File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
protocol_tests/aws-json-10 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"clean" : " yarn remove-definitions && yarn remove-dist && yarn remove-documentation" ,
7
7
"build-documentation" : " yarn remove-documentation && typedoc ./" ,
8
- "prepublishOnly" : " yarn build && downlevel-dts dist/types dist/types/ts3.4" ,
9
8
"remove-definitions" : " rimraf ./types" ,
10
9
"remove-dist" : " rimraf ./dist" ,
11
10
"remove-documentation" : " rimraf ./docs" ,
12
11
"test" : " yarn build && jest --coverage --passWithNoTests" ,
13
12
"build:cjs" : " tsc -p tsconfig.json" ,
14
13
"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"
16
16
},
17
17
"main" : " ./dist/cjs/index.js" ,
18
18
"types" : " ./dist/types/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments