Skip to content

Commit

Permalink
Update client.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bcd00 authored Jan 30, 2024
1 parent 75f3fbc commit 5997b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5997b6f

Please sign in to comment.