Skip to content

Commit

Permalink
add post-merge hook to run npm run install
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbaz17 committed Aug 25, 2023
1 parent 28c19b8 commit 162e02e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run install

0 comments on commit 162e02e

Please sign in to comment.