We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f890ae commit 9d6732eCopy full SHA for 9d6732e
1 file changed
package.json
@@ -36,7 +36,7 @@
36
"scripts": {
37
"postinstall": "npx husky install",
38
"prepublishOnly": "turbo run copy",
39
- "clean": "turbo run clean",
+ "clean": "turbo run clean && rimraf .turbo packages/*/.turbo packages/*/*.tsbuildinfo",
40
"build": "turbo run build && node ./scripts/typescript_fixes.mjs",
41
"ci:build": "turbo run build --cache-dir=\".turbo\" && node ./scripts/typescript_fixes.mjs",
42
"test": "vitest run --silent",
0 commit comments