From c64cd518224b3c028887c24fa5257728b0302b81 Mon Sep 17 00:00:00 2001 From: Tomi Turtiainen <10324676+tomi@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:24:41 +0200 Subject: [PATCH] chore: Fix dev setup on windows machines (no-changelog) (#11065) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ --- scripts/prepare.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepare.mjs b/scripts/prepare.mjs index d729715347..2ad91f7767 100644 --- a/scripts/prepare.mjs +++ b/scripts/prepare.mjs @@ -7,4 +7,4 @@ if (process.env.CI || process.env.DOCKER_BUILD) { process.exit(0); } -execSync('./node_modules/.bin/lefthook install', { stdio: 'inherit' }); +execSync('pnpm lefthook install', { stdio: 'inherit' });