mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
chore: Fix dev setup on windows machines (no-changelog) (#11065)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
This commit is contained in:
@@ -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' });
|
||||||
|
|||||||
Reference in New Issue
Block a user