Skip to content

Commit 786e0c6

Browse files
committed
chore(repo): wrong
1 parent c570665 commit 786e0c6

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.husky/pre-push

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
# Check code formatting
22
echo "🔍 Checking code formatting..."
3-
npx nx format:check
4-
5-
if [ $? -ne 0 ]; then
6-
echo ""
7-
echo "❌ Push blocked: Code is not properly formatted"
8-
echo ""
9-
echo "To fix this:"
10-
echo " 1. Run: npx nx format"
11-
echo " 2. Commit the formatted files"
12-
echo " 3. Push again"
13-
echo ""
14-
exit 1
15-
fi
3+
npx nx format:check --verbose
164

175
echo "✅ Code formatting check passed"
186

0 commit comments

Comments
 (0)