Skip to content

Commit

Permalink
⬆️ 🙈 Update npm dependency to latest stable version and remove husky…
Browse files Browse the repository at this point in the history
… from gitignore
  • Loading branch information
Jagoda11 committed Jul 29, 2024
1 parent 214c3ca commit 9a90b3c
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 211 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ test-results/
playwright-report/
jest-report/

# Husky hooks directory
.husky/

# Dependency directories

cypress-report/
Expand Down
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
#!/bin/sh

echo "🔒 Precommit: Linting and testing code..."
npm run lint && npm test
Loading

0 comments on commit 9a90b3c

Please sign in to comment.