We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97cb4c9 commit 7885cf9Copy full SHA for 7885cf9
1 file changed
package.json
@@ -100,7 +100,7 @@
100
"postinstall": "node scripts/install-claude-hooks-auto.js || true",
101
"init": "node dist/scripts/initialize.js",
102
"build": "rm -rf dist && node esbuild.config.js",
103
- "typecheck": "NODE_OPTIONS='--max-old-space-size=8192' tsc --project tsconfig.check.json",
+ "typecheck": "node --max-old-space-size=8192 ./node_modules/.bin/tsc --project tsconfig.check.json",
104
"lint": "eslint 'src/**/*.ts' 'scripts/**/*.ts'",
105
"lint:fix": "eslint 'src/**/*.ts' 'scripts/**/*.ts' --fix --max-warnings=-1",
106
"lint:fast": "oxlint src scripts",
0 commit comments