fix guest component
Some checks failed
Angular Build / build (push) Has been cancelled

This commit is contained in:
2026-03-20 19:14:59 +01:00
parent 902f1e97ee
commit f2986dd420
11 changed files with 229 additions and 30 deletions

View File

@@ -6,6 +6,7 @@
"build": "ng build --configuration production",
"build:dev": "ng build --configuration development",
"deploy": "ng build --configuration production && firebase deploy",
"deploy-beta": "ng b && firebase hosting:channel:deploy beta",
"test": "ng test",
"lint": "ng lint --fix",
"update": "ng update @angular/cdk @angular/cli @angular/core @angular/material && ncu -u && npm i && npm fix"