mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-01-21 06:34:30 +01:00
Added notification for admin user (#106)
This commit is contained in:
@@ -1,7 +1 @@
|
||||
if git diff --cached --name-only --diff-filter=d | xargs grep -n '🪚'; then
|
||||
echo "Error: Found debug marker 🪚 in these files:"
|
||||
git diff --cached --name-only --diff-filter=d | xargs grep -n '🪚' | awk -F: '{print " " $1 ":" $2}'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
npm run typecheck && npm run test
|
||||
npm run typecheck && npm run lint && npm run test
|
||||
|
||||
Reference in New Issue
Block a user