chore: Fix dev setup on windows machines (no-changelog) (#11065)

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
This commit is contained in:
Tomi Turtiainen 2025-01-08 13:24:41 +02:00 committed by GitHub
parent 0ecce10faf
commit c64cd51822
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,4 +7,4 @@ if (process.env.CI || process.env.DOCKER_BUILD) {
process.exit(0); process.exit(0);
} }
execSync('./node_modules/.bin/lefthook install', { stdio: 'inherit' }); execSync('pnpm lefthook install', { stdio: 'inherit' });