Skip to content

Commit c19843c

Browse files
Add built tarballs to clean
1 parent ced348c commit c19843c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smithy-typescript-ssdk-libs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "index.js",
77
"scripts": {
88
"clean": "yarn clear-build-cache && yarn clear-build-info && lerna clean -y",
9-
"clear-build-cache": "rimraf ./*/dist ./*/types",
9+
"clear-build-cache": "rimraf ./*/dist ./*/types, ./*/*.tgz",
1010
"clear-build-info": "rimraf **/*.tsbuildinfo",
1111
"build": "lerna run build",
1212
"pretest": "yarn build",

0 commit comments

Comments
 (0)