mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:40:43 +00:00
ci: align docs formatter with mintlify guard
This commit is contained in:
@@ -1317,8 +1317,8 @@
|
||||
"format:all": "pnpm format && pnpm format:swift",
|
||||
"format:check": "oxfmt --check --threads=1",
|
||||
"format:diff": "oxfmt --write --threads=1 && git --no-pager diff",
|
||||
"format:docs": "git ls-files 'docs/**/*.md' 'docs/**/*.mdx' 'README.md' | xargs oxfmt --write --threads=1",
|
||||
"format:docs:check": "git ls-files 'docs/**/*.md' 'docs/**/*.mdx' 'README.md' | xargs oxfmt --check --threads=1",
|
||||
"format:docs": "node scripts/format-docs.mjs",
|
||||
"format:docs:check": "node scripts/format-docs.mjs --check",
|
||||
"format:fix": "oxfmt --write --threads=1",
|
||||
"format:swift": "swiftformat --lint --config .swiftformat apps/macos/Sources apps/ios/Sources apps/shared/OpenClawKit/Sources",
|
||||
"gateway:dev": "OPENCLAW_SKIP_CHANNELS=1 node scripts/run-node.mjs --dev gateway",
|
||||
|
||||
Reference in New Issue
Block a user