Skip to content

Commit

Permalink
feat: precommit script added
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Esteban committed Oct 19, 2021
1 parent 34d43e8 commit 91e6f2e
Show file tree
Hide file tree
Showing 4 changed files with 377 additions and 36,134 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ yarn-error.log*
license-report.md

.idea
.eslintcache
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run test
npm run lint
Loading

0 comments on commit 91e6f2e

Please sign in to comment.