fix(tooling): lint 검사를 저메모리 하이브리드로 전환
This commit is contained in:
@@ -103,8 +103,8 @@
|
||||
"build": "tsdown -c ./tsdown.config.ts && node ../../tools/check-package-exports.mjs .",
|
||||
"dev": "tsdown -c ./tsdown.config.ts --watch",
|
||||
"start": "pnpm run build && GAME_ENGINE_ROLE=turn-daemon node dist/index.js",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"lint": "pnpm -w lint:target app/game-engine",
|
||||
"lint:fix": "pnpm -w lint:target:fix app/game-engine",
|
||||
"profile:npc-unification-memory": "node scripts/profile-npc-unification-memory.mjs",
|
||||
"profile:npc-unification-timing": "node scripts/profile-npc-unification-timing.mjs",
|
||||
"profile:npc-lifecycle-memory": "node scripts/profile-npc-lifecycle-memory.mjs",
|
||||
|
||||
Reference in New Issue
Block a user