user => clean archi
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user