feat: prettier scripts

This commit is contained in:
2024-07-03 23:56:58 +03:00
parent 6126021fa5
commit 74d099a130

View File

@@ -13,6 +13,8 @@
"start:debug": "nest start --debug --watch", "start:debug": "nest start --debug --watch",
"start:prod": "node dist/src/main", "start:prod": "node dist/src/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"format:check": "prettier -c --log-level error .",
"format:fix": "prettier -w --log-level error .",
"test": "jest", "test": "jest",
"test:watch": "jest --watch", "test:watch": "jest --watch",
"test:cov": "jest --coverage", "test:cov": "jest --coverage",