Skip to content

Commit 266efca

Browse files
authored
Merge pull request #3756 from hey-api/copilot/fix-prepare-script-crash-windows
fix: prevent lint-staged from crashing on Windows with large file sets
2 parents b31b1d7 + 9c3f654 commit 266efca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lint-staged.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export default {
2-
'*': ['pnpm format', 'pnpm lint:fix'],
2+
'*': () => ['pnpm format', 'pnpm lint:fix'],
33
};

0 commit comments

Comments
 (0)