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 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" ,
You can’t perform that action at this time.
0 commit comments