Skip to content

Commit

Permalink
fix: update husky (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxFrank13 authored Nov 13, 2024
1 parent e68dc88 commit 486a023
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"quality": "npm run lint-fix && npm run test",
"watch-tests": "jest --watch",
"snapshot": "fedx-scripts jest --updateSnapshot",
"prepare": "husky install"
"prepare": "husky"
},
"author": "edX",
"license": "AGPL-3.0",
Expand Down

0 comments on commit 486a023

Please sign in to comment.