feature/optimize #14

Merged
lobo merged 10 commits from feature/optimize into main 2026-02-07 11:14:33 +01:00
Showing only changes of commit e1b1643eb2 - Show all commits

View File

@@ -32,11 +32,11 @@ jobs:
- name: Lint & Type Check
run: npm run lint --if-present
# 2. Unit Tests (Logik)
- name: Unit Tests
run: npx ng test --watch=false --browsers=ChromeHeadless
# 2. Unit Tests (Logik) Not necessary, because atm no tests written
#- name: Unit Tests
# run: npx ng test --watch=false --browsers=ChromeHeadless
# 3. Build Production (r Lighthouse notwendig)
# 3. Build Production (necessary for lighthouse)
- name: Build Production
run: npx ng build --configuration production