Revert "fix: performance"

This reverts commit cc39abed41.
This commit is contained in:
2026-04-24 18:19:54 +02:00
parent cc39abed41
commit c52856aaba
58 changed files with 140 additions and 195 deletions
+1 -2
View File
@@ -24,11 +24,10 @@
"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 clean && npm run generate:assets && ng build --configuration production && npm run compress:assets && node scripts/copy-static-root-files.cjs",
"build": "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",