Skip to content

Commit d2f851c

Browse files
committed
chore: Comment out final build check in pre-push hook
- Disabled the final build check in the pre-push hook to streamline the push process. - Retained the security audit and uncommitted changes check for continued code quality assurance.
1 parent 51bbe75 commit d2f851c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.husky/pre-push

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ echo "🔒 Running security audit..."
1111
npm audit --audit-level=moderate
1212

1313
# Run build check one more time
14-
echo "🏗️ Final build check..."
15-
npm run build
14+
# echo "🏗️ Final build check..."
15+
# npm run build
1616

1717
# Check for any uncommitted changes
1818
if ! git diff-index --quiet HEAD --; then

0 commit comments

Comments
 (0)