fix: performance

This commit is contained in:
2026-04-24 15:57:18 +02:00
parent f0bf2e20ce
commit cc39abed41
58 changed files with 195 additions and 140 deletions
+2 -1
View File
@@ -24,10 +24,11 @@
"check": "npm run build && npm run lint && npm run format:check && npm run version:check && npm run text:check",
"fix": "npm run version:place && npm run lint:fix && npm run text:fix && npm run format",
"------ BUILD": "",
"clean": "del-cli dist",
"generate:static-files": "node scripts/generate-static-files.cjs",
"generate:assets": "npm run generate:static-files",
"compress:assets": "node scripts/compress-assets.cjs",
"build": "npm run generate:assets && ng build --configuration production && npm run compress:assets && node scripts/copy-static-root-files.cjs",
"build": "npm run clean && npm run generate:assets && ng build --configuration production && npm run compress:assets && node scripts/copy-static-root-files.cjs",
"------ STARTUP": "",
"test": "ng test",
"dev": "npm run generate:assets && ng serve",