From 77ea06457ee1e8731407e050e4d72ae27fb3a40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20My=C5=9Bliwiec?= Date: Sat, 25 Jan 2020 12:31:37 +0100 Subject: [PATCH] fix(): add libs and apps to lint script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be26456..ec713d6 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "start:dev": "nest start --watch", "start:debug": "nest start --debug --watch", "start:prod": "node dist/main", - "lint": "eslint '{src,test}/**/*.ts' --fix", + "lint": "eslint '{src,apps,libs,test}/**/*.ts' --fix", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage",