79 B
3 lines
Blame
1
#!/usr/bin/env sh
2
NODE_OPTIONS="--max_old_space_size=8192" pnpm run pre-commit
3