Skip to content

Commit

Permalink
Merge pull request #47 from galaxyproject/hunter/40-update-husky-usage
Browse files Browse the repository at this point in the history
chore: update deprecated husky commands (#40)
  • Loading branch information
NoopDog authored Sep 11, 2024
2 parents 8a1818f + 2573d09 commit 4a51d5a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

echo "Checking commit message"

Expand Down
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

echo '🏗️👷 Checking your project before committing'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "npx serve out",
"lint": "next lint --dir .",
"check-format": "prettier --check .",
"prepare": "husky install .husky",
"prepare": "husky",
"test": "jest --runInBand",
"build-brc-db": "esrun files/build-catalog.ts"
},
Expand Down

0 comments on commit 4a51d5a

Please sign in to comment.