Skip to content

Commit

Permalink
Merge pull request #546 from nblackburn/upgrade-husky
Browse files Browse the repository at this point in the history
Upgrade husky
  • Loading branch information
nblackburn authored Aug 9, 2024
2 parents cd39325 + 5923b16 commit 4a17f11
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn commitlint --edit ${1}
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn check
yarn lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nblackburn/website",
"private": true,
"version": "1.46.0",
"version": "1.47.0",
"type": "module",
"scripts": {
"start": "astro dev",
Expand Down

1 comment on commit 4a17f11

@vercel
Copy link

@vercel vercel bot commented on 4a17f11 Aug 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.