From 9c8eb9a3d89b550ce81b55d059052c523989f833 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Thu, 24 Aug 2023 18:46:05 +0200 Subject: [PATCH] Fix lint script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99e0a33d2..05df82073 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "format:write": "nx format:write", "help": "nx help", "import-sort": "import-sort --write '{apps,libs}/**/*.ts'", - "lint": "nx workspace-lint && ng lint", + "lint": "nx lint", "ng": "nx", "nx": "nx", "postinstall": "prisma generate",