Skip to content

Commit e1389a6

Browse files
Garothhugelung
andauthored
run prettier correctly on generated protos (RooCodeInc#3399)
Co-authored-by: Andrei Edell <[email protected]>
1 parent 7b416cc commit e1389a6

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
"watch:esbuild": "node esbuild.js --watch",
315315
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
316316
"package": "npm run build:webview && npm run check-types && npm run lint && node esbuild.js --production",
317-
"protos": "node proto/build-proto.js && prettier src/shared/proto --write && prettier src/core/controller --write",
317+
"protos": "node proto/build-proto.js && prettier src/shared/proto src/core/controller webview-ui/src/services --write",
318318
"compile-tests": "node ./scripts/build-tests.js",
319319
"watch-tests": "tsc -p . -w --outDir out",
320320
"pretest": "npm run compile-tests && npm run compile && npm run lint",

src/shared/proto/task.ts

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)