Skip to content

Commit

Permalink
Merge pull request #363 from killbasa/chore/post-merge
Browse files Browse the repository at this point in the history
chore: remove post-merge hook
  • Loading branch information
killbasa authored Jun 18, 2023
2 parents 46f80f8 + 3438ee8 commit ae1736a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .husky/post-merge

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepare": "npx husky install && node .husky/link.js",
"prepare": "pnpm husky install && node .husky/link.js",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"lint:report": "eslint --output-file eslint_report.json --format json .",
Expand Down

1 comment on commit ae1736a

@vercel
Copy link

@vercel vercel bot commented on ae1736a Jun 18, 2023

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.