mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2026-04-13 08:00:30 +08:00
6 lines
93 B
Bash
6 lines
93 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
echo "Running pre-commit checks..."
|
|
node scripts/run-pre-commit-checks.mjs
|