Skip to content

Commit

Permalink
Merge pull request #54 from hashicorp-forge/brandonc/bump_husky_9.1
Browse files Browse the repository at this point in the history
bump husky 9.1.5
  • Loading branch information
brandonc committed Aug 26, 2024
2 parents bbdb377 + 24a7f8d commit 98f96d9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm ci && npm run build && git add dist/
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"test": "jest",
"prepare": "husky install"
"prepare": "husky"
},
"repository": {
"type": "git",
Expand All @@ -29,7 +29,7 @@
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@vercel/ncc": "^0.38.1",
"husky": "^9.0.11",
"husky": "^9.1.5",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
Expand Down

0 comments on commit 98f96d9

Please sign in to comment.