mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
fix(dev): add lint:boundaries to pre-push hook to match CI (#2167)
This commit is contained in:
@@ -61,6 +61,9 @@ done
|
||||
echo "Running Unicode safety check..."
|
||||
node scripts/check-unicode-safety.mjs || exit 1
|
||||
|
||||
echo "Running architectural boundary check..."
|
||||
npm run lint:boundaries || exit 1
|
||||
|
||||
echo "Running edge function bundle check..."
|
||||
for f in api/*.js; do
|
||||
case "$(basename "$f")" in _*) continue;; esac
|
||||
|
||||
Reference in New Issue
Block a user