Skip to content

Commit 0c27a04

Browse files
committed
Update clean commands
1 parent 0be4755 commit 0c27a04

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

e2e/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"check-types": "tsc --noEmit",
77
"format": "prettier --write src",
88
"test:ci": "pnpm --filter roo-cline build:development && pnpm test:run",
9-
"test:run": "rimraf out && tsc -p tsconfig.json && npx dotenvx run -f .env.local -- node ./out/runTest.js"
9+
"test:run": "rimraf out && tsc -p tsconfig.json && npx dotenvx run -f .env.local -- node ./out/runTest.js",
10+
"clean": "rimraf out .turbo"
1011
},
1112
"devDependencies": {
1213
"@roo-code/types": "^1.12.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"check-types": "turbo check-types --log-order grouped --output-logs new-only",
1212
"test": "turbo test --log-order grouped --output-logs new-only",
1313
"format": "turbo format --log-order grouped --output-logs new-only",
14-
"clean": "turbo clean --log-order grouped --output-logs new-only && rimraf bin .vite-port .turbo",
14+
"clean": "turbo clean --log-order grouped --output-logs new-only && rimraf dist out bin .vite-port .turbo",
1515
"build": "pnpm --filter roo-cline vsix",
1616
"build:nightly": "pnpm --filter @roo-code/vscode-nightly vsix",
1717
"changeset": "changeset",

webview-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"preview": "vite preview",
1313
"storybook": "storybook dev -p 6006",
1414
"build-storybook": "storybook build",
15-
"clean": "rimraf tsconfig.tsbuildinfo .turbo"
15+
"clean": "rimraf build tsconfig.tsbuildinfo .turbo"
1616
},
1717
"dependencies": {
1818
"@radix-ui/react-alert-dialog": "^1.1.6",

0 commit comments

Comments
 (0)