fix(): add libs and apps to lint script

This commit is contained in:
Kamil Myśliwiec
2020-01-25 12:31:37 +01:00
parent 908bb3ab73
commit 77ea06457e
+1 -1
View File
@@ -12,7 +12,7 @@
"start:dev": "nest start --watch", "start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch", "start:debug": "nest start --debug --watch",
"start:prod": "node dist/main", "start:prod": "node dist/main",
"lint": "eslint '{src,test}/**/*.ts' --fix", "lint": "eslint '{src,apps,libs,test}/**/*.ts' --fix",
"test": "jest", "test": "jest",
"test:watch": "jest --watch", "test:watch": "jest --watch",
"test:cov": "jest --coverage", "test:cov": "jest --coverage",