Skip to content

Commit

Permalink
fix(ci): workfow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjeannesson committed Oct 6, 2023
1 parent 4000c2e commit a760f0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nextron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
uses: borales/actions-yarn@v4
with:
cmd: install # will run `yarn install` command
dir: desktop-app

- name: Build production bundle
uses: borales/actions-yarn@v4
with:
cmd: build # will run `yarn build` command
dir: desktop-app

0 comments on commit a760f0e

Please sign in to comment.