Skip to content

Commit

Permalink
Merge pull request #1455 from amitpanwar789/desktop-build-fix
Browse files Browse the repository at this point in the history
build fixed
  • Loading branch information
KoalaSat authored Sep 9, 2024
2 parents 3b41397 + 12015ed commit 47b6566
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/desktop-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
with:
node-version: '16'

- name: Set up frontend dependencies
run: |
cd frontend
npm install
npm run build
- name: Install dependencies
run: |
cd desktopApp
Expand Down

0 comments on commit 47b6566

Please sign in to comment.