fix(tooling): keep the formatter off generated files in every entry point (#615)

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Gregory Schier
2026-09-01 07:40:42 -07:00
committed by GitHub
co-authored by Claude Opus 5
parent 222ea9cb83
commit e63a87718c
3 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -100,7 +100,7 @@
"lint:vp": "vp lint",
"lint:workspaces": "npm run --workspaces --if-present lint",
"replace-version": "node scripts/replace-version.cjs",
"format": "vp fmt --ignore-path .oxfmtignore",
"format": "vp fmt",
"tauri": "tauri",
"client:tauri-before-build": "npm run bootstrap",
"client:tauri-before-dev": "node scripts/run-workspaces-dev.mjs apps/yaak-client",