mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
chore: Fix dev setup on windows machines (no-changelog) (#11065)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
This commit is contained in:
parent
0ecce10faf
commit
c64cd51822
|
@ -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' });
|
||||||
|
|
Loading…
Reference in a new issue