Some cleanup

This commit is contained in:
Gregory Schier
2026-04-30 09:00:12 -07:00
parent d73d38f418
commit c901ad4cbd
6 changed files with 8 additions and 7 deletions

View File

@@ -82,7 +82,7 @@
"vendor:vendor-plugins": "node scripts/vendor-plugins.cjs",
"vendor:vendor-protoc": "node scripts/vendor-protoc.cjs",
"vendor:vendor-node": "node scripts/vendor-node.cjs",
"format": "vp fmt --ignore-path .oxfmtignore",
"format": "vp fmt",
"lint": "run-p lint:*",
"lint:vp": "vp lint",
"lint:workspaces": "npm run --workspaces --if-present lint",