Skip to content

Commit

Permalink
chore: Fix dev setup on windows machines (no-changelog) (#11065)
Browse files Browse the repository at this point in the history
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <[email protected]>
  • Loading branch information
tomi and netroy authored Jan 8, 2025
1 parent 0ecce10 commit c64cd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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' });

0 comments on commit c64cd51

Please sign in to comment.