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 --"