Skip to content

Commit f80667c

Browse files
authoredJan 29, 2024
chore: update sts types build (#5741)
1 parent 2efc96c commit f80667c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎clients/client-sts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build:cjs": "node ../../scripts/compilation/inline client-sts",
88
"build:es": "tsc -p tsconfig.es.json",
99
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
10-
"build:types": "rimraf ./dist-types && tsc -p tsconfig.types.json",
10+
"build:types": "rimraf ./dist-types tsconfig.types.tsbuildinfo && tsc -p tsconfig.types.json",
1111
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
1212
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
1313
"extract:docs": "api-extractor run --local",

0 commit comments

Comments
 (0)