File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments