chore: Increase ESLint memory limit

This commit is contained in:
Sidharth Vinod
2024-03-23 14:15:22 +05:30
parent 002d493035
commit 60be7012aa

View File

@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
pnpm run pre-commit
NODE_OPTIONS="--max_old_space_size=8192" pnpm run pre-commit