Skip to content

Commit

Permalink
chore: upgrade husky
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi-mmt committed Jan 29, 2024
1 parent 59d9d43 commit 45081b7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

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

yarn lint-staged
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"postinstall": "husky install",
"e2e": "cypress run",
"get-random-id": "echo $RANDOM | md5 | head -c 15; echo;",
"get-thumbnail": "node ./scripts/getThumbnail.js"
"get-thumbnail": "node ./scripts/getThumbnail.js",
"prepare": "husky"
},
"devDependencies": {
"@sveltejs/adapter-vercel": "5.1.0",
Expand Down

1 comment on commit 45081b7

@vercel
Copy link

@vercel vercel bot commented on 45081b7 Jan 29, 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.