From 4f0bfe4a1f4a0a4ec830a2b401e8b341a22f4450 Mon Sep 17 00:00:00 2001 From: Tom French Date: Thu, 25 Aug 2022 16:21:26 +0100 Subject: [PATCH] ci: lint desktop-client in CI --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0fd0355..71519ac 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "test:debug": "yarn workspaces foreach --verbose run test", "rebuild-electron": "./node_modules/.bin/electron-rebuild -f -m ./packages/loot-core", "rebuild-node": "yarn workspace loot-core rebuild", - "lint": "yarn workspace loot-core lint", + "lint": "yarn workspaces foreach --verbose run lint", "postinstall": "rm -rf ./packages/loot-design/node_modules/react && rm -rf ./packages/mobile/node_modules/react && rm -rf ./node_modules/react-native && patch-package" }, "devDependencies": {