Skip to content

Commit

Permalink
fix(aws-util-test): add downlevel script
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Apr 22, 2023
1 parent 4490d7a commit 2ef9890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions private/aws-util-test/package.json
Expand Up @@ -6,6 +6,7 @@
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
"build:types": "tsc -p tsconfig.types.json",
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"prepack": "yarn run clean && yarn run build",
"test:integration": "jest --coverage --passWithNoTests --config jest.config.integ.js"
Expand Down

0 comments on commit 2ef9890

Please sign in to comment.