Skip to content

Commit 7885cf9

Browse files
author
StackMemory Bot (CLI)
committed
chore: handoff checkpoint on feature/skill-matcher-sqlite-registry
1 parent 97cb4c9 commit 7885cf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"postinstall": "node scripts/install-claude-hooks-auto.js || true",
101101
"init": "node dist/scripts/initialize.js",
102102
"build": "rm -rf dist && node esbuild.config.js",
103-
"typecheck": "NODE_OPTIONS='--max-old-space-size=8192' tsc --project tsconfig.check.json",
103+
"typecheck": "node --max-old-space-size=8192 ./node_modules/.bin/tsc --project tsconfig.check.json",
104104
"lint": "eslint 'src/**/*.ts' 'scripts/**/*.ts'",
105105
"lint:fix": "eslint 'src/**/*.ts' 'scripts/**/*.ts' --fix --max-warnings=-1",
106106
"lint:fast": "oxlint src scripts",

0 commit comments

Comments
 (0)