set novin tenant
Production CI / validate-and-build (push) Failing after 1m1s

This commit is contained in:
2026-06-16 00:03:02 +03:30
parent 1a0c40ecde
commit 151eff2f7c
20 changed files with 177 additions and 5 deletions
+2
View File
@@ -56,11 +56,13 @@
"private": true,
"scripts": {
"build": "ng build",
"build:novin": "ng build --configuration novin",
"build:sepehr": "ng build --configuration sepehr",
"build:tis": "ng build --configuration tis",
"ng": "ng",
"prestart": "node aspnetcore-https",
"start": "run-script-os",
"start:novin": " ng serve --configuration novin",
"start:sepehr": " ng serve --configuration sepehr",
"start:tis": " ng serve --configuration tis",
"test": "ng test",