Skip to content

Commit 1ac17f6

Browse files
authored
Delete *.tsbuildinfo in clean script (#514)
1 parent 41d0317 commit 1ac17f6

File tree

1 file changed

+1
-1
lines changed
  • smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen

1 file changed

+1
-1
lines changed

smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build:es": "tsc -p tsconfig.es.json",
1010
"build:types": "tsc -p tsconfig.types.json",
1111
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12-
"clean": "rimraf ./dist-*",
12+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
1313
"prepack": "${packageManager} clean && ${packageManager} build"
1414
},
1515
"main": "./dist-cjs/index.js",

0 commit comments

Comments
 (0)