Skip to content

Commit 3d07ed2

Browse files
authored
chore(signature-v3-crt): add downlevel script (#2745)
1 parent 19f061f commit 3d07ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/signature-v4-crt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build:cjs": "tsc -p tsconfig.cjs.json",
1010
"build:es": "tsc -p tsconfig.es.json",
1111
"build": "yarn build:es && yarn build:cjs",
12-
"prepublishOnly": "yarn build",
12+
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1313
"test": "jest --coverage"
1414
},
1515
"author": {

0 commit comments

Comments
 (0)