From 8f60b1050113fccdc6d15cfa76c3887bc82e700c Mon Sep 17 00:00:00 2001 From: Joe Karow <58997957+JoeKarow@users.noreply.github.com> Date: Tue, 26 Sep 2023 10:39:11 -0400 Subject: [PATCH] update hook --- .husky/post-merge | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.husky/post-merge b/.husky/post-merge index 0608a49d..df574c05 100755 --- a/.husky/post-merge +++ b/.husky/post-merge @@ -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" diff --git a/package.json b/package.json index 5ae290bb..a19a18ce 100644 --- a/package.json +++ b/package.json @@ -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 --"