Skip to content

Commit 9d6732e

Browse files
authored
chore: update clean script (#3398)
1 parent 5f890ae commit 9d6732e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"scripts": {
3737
"postinstall": "npx husky install",
3838
"prepublishOnly": "turbo run copy",
39-
"clean": "turbo run clean",
39+
"clean": "turbo run clean && rimraf .turbo packages/*/.turbo packages/*/*.tsbuildinfo",
4040
"build": "turbo run build && node ./scripts/typescript_fixes.mjs",
4141
"ci:build": "turbo run build --cache-dir=\".turbo\" && node ./scripts/typescript_fixes.mjs",
4242
"test": "vitest run --silent",

0 commit comments

Comments
 (0)