Skip to content

Commit

Permalink
Reinitialize husky
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed May 26, 2024
1 parent bba97a9 commit 47be80a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .husky/pre-commit
100755 → 100644
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 @@ -20,7 +20,7 @@
"src"
],
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"lint": "eslint",
"build": "rollup -c && cleancss -O2 -o dist/handy-scroll.css src/handy-scroll.css"
},
Expand Down

0 comments on commit 47be80a

Please sign in to comment.