chore(core): Use tsc-watch in node-cli dev mode (#18811)

This commit is contained in:
yehorkardash
2025-08-27 09:48:07 +03:00
committed by GitHub
parent f2eca28e64
commit fca571716d

View File

@@ -19,7 +19,7 @@
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit",
"copy-templates": "node scripts/copy-templates.mjs",
"dev": "tsc -p tsconfig.build.json -w --onCompilationComplete \"pnpm copy-templates\"",
"dev": "tsc-watch -p tsconfig.build.json -w --onCompilationComplete \"pnpm copy-templates\"",
"format": "biome format --write src",
"format:check": "biome ci src",
"lint": "eslint src --quiet",