mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore(core): Use tsc-watch in node-cli dev mode (#18811)
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
"clean": "rimraf dist .turbo",
|
"clean": "rimraf dist .turbo",
|
||||||
"typecheck": "tsc --noEmit",
|
"typecheck": "tsc --noEmit",
|
||||||
"copy-templates": "node scripts/copy-templates.mjs",
|
"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": "biome format --write src",
|
||||||
"format:check": "biome ci src",
|
"format:check": "biome ci src",
|
||||||
"lint": "eslint src --quiet",
|
"lint": "eslint src --quiet",
|
||||||
|
|||||||
Reference in New Issue
Block a user