Skip to content

Commit

Permalink
update hook
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Sep 26, 2023
1 parent 79953bb commit 8f60b10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/post-merge
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ fi
}

# Run `pnpm install` if package.json changed.
check_changed "package.json pnpm-lock.yaml" "tsx ./.lib/runInstall.ts"
check_changed "package.json pnpm-lock.yaml" "pnpm notify:install"
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"lint": "next lint",
"lint:fix": "next lint --fix",
"lint:staged": "lint-staged",
"notify:install": "tsx ./.lib/runInstall.ts",
"prepare": "tsx ./.lib/prepare.ts",
"start": "next start",
"with-env": "dotenv -e ./.env --"
Expand Down

0 comments on commit 8f60b10

Please sign in to comment.