ci: Use tsc-watch across all backend packages (no-changelog) (#11364)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-10-23 14:39:44 +02:00
committed by GitHub
parent e6b2f8e7e6
commit 96219486dc
6 changed files with 17 additions and 36 deletions

View File

@@ -28,7 +28,7 @@
"test:sqlite": "N8N_LOG_LEVEL=silent DB_TYPE=sqlite jest",
"test:postgres": "N8N_LOG_LEVEL=silent DB_TYPE=postgresdb DB_POSTGRESDB_SCHEMA=alt_schema DB_TABLE_PREFIX=test_ jest --no-coverage",
"test:mysql": "N8N_LOG_LEVEL=silent DB_TYPE=mysqldb DB_TABLE_PREFIX=test_ jest --no-coverage",
"watch": "concurrently \"tsc -w -p tsconfig.build.json\" \"tsc-alias -w -p tsconfig.build.json\""
"watch": "tsc-watch -p tsconfig.build.json --onCompilationComplete \"tsc-alias -p tsconfig.build.json\""
},
"bin": {
"n8n": "./bin/n8n"