chore: temp fix for eslint OOM

This commit is contained in:
Sidharth Vinod
2024-03-23 12:20:25 +05:30
parent 6846c8f2ed
commit 784d06f0ae
4 changed files with 16 additions and 4 deletions

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