user => clean archi

This commit is contained in:
styve Lioumba
2025-11-17 13:06:50 +01:00
parent 8ab67e724c
commit 778cb95724
36 changed files with 330 additions and 148 deletions

View File

@@ -10,13 +10,18 @@
"tsc": "tsc --noEmit",
"tsc:watch": "tsc --noEmit --watch",
"prettier": "prettier --write \"src/**/*.{ts,html,scss,css,md,json}\"",
"prettier:check": "prettier --check \"src/**/*.{ts,html,scss,css,md,json}\"",
"format": "npm run prettier && npm run lint:fix",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"clean:imports": "ts-unused-exports tsconfig.json --excludePathsFromReport=\"src/main.ts;src/environments\" && npm run lint:fix",
"fix:all": "npm run format && npm run tsc",
"check:all": "npm run format && npm run tsc && npm run lint && npm run test",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:ci": "jest --runInBand",
"serve:ssr:TrouveTonProfile": "node dist/trouve-ton-profile/server/server.mjs",
"lint": "ng lint"
"serve:ssr:TrouveTonProfile": "node dist/trouve-ton-profile/server/server.mjs"
},
"private": true,
"dependencies": {