diff --git a/package.json b/package.json index a2c06c2..3cc5667 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "lint-staged": { "*.{ts,tsx}": [ - "NODE_OPTIONS='--max-old-space-size=4096' eslint --fix --config eslint.config.js", + "bash -c 'NODE_OPTIONS=\"--max-old-space-size=4096\" eslint --fix --config eslint.config.js'", "prettier --write" ], "*.{json,md,yaml,yml}": [