Skip to content

Commit

Permalink
chore: update sts types build (#5741)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Jan 29, 2024
1 parent 2efc96c commit f80667c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/client-sts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build:cjs": "node ../../scripts/compilation/inline client-sts",
"build:es": "tsc -p tsconfig.es.json",
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
"build:types": "rimraf ./dist-types && tsc -p tsconfig.types.json",
"build:types": "rimraf ./dist-types tsconfig.types.tsbuildinfo && tsc -p tsconfig.types.json",
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"extract:docs": "api-extractor run --local",
Expand Down

0 comments on commit f80667c

Please sign in to comment.