From 5997b6fac3760b9117e56174733e406fd435522e Mon Sep 17 00:00:00 2001 From: Brython Caley-Davies <47297759+bcd00@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:03:52 +0000 Subject: [PATCH] Update client.yml --- .github/workflows/client.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index b989dcb..52c885a 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -38,9 +38,9 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' run: npm install --legacy-peer-deps --silent - name: Lint Electron - run: nx run ove-client:lint + run: npx nx run ove-client:lint - name: Lint Electron UI - run: nx run ove-client-ui:lint + run: npx nx run ove-client-ui:lint - name: Build client run: npx nx run ove-client:build - name: Make client