chore: fix build issues (#1274)

This commit is contained in:
Ralph Khreish
2025-10-04 19:24:31 +02:00
committed by GitHub
parent f7646f41b5
commit 4f984f8a69
4 changed files with 9 additions and 3 deletions

View File

@@ -5,7 +5,8 @@
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"],
"outputLogs": "new-only"
"outputLogs": "new-only",
"env": ["NODE_ENV", "TM_PUBLIC_*"]
},
"dev": {
"cache": false,