From f41dd9cd8e6d721c28deae5d5571b281af4f6355 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 25 Aug 2023 15:13:04 +0200 Subject: [PATCH] Fix lint script (#2264) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99e0a33d..05df8207 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",