mirror of
https://github.com/hvwin8/ClawX.git
synced 2026-05-07 22:36:09 +08:00
5 lines
123 B
Bash
5 lines
123 B
Bash
#!/bin/sh
|
|
ROOT=$(git rev-parse --show-toplevel 2>/dev/null)
|
|
[ -z "$ROOT" ] && exit 0
|
|
node "$ROOT/scripts/format-staged.js"
|