Merge pull request #1455 from amitpanwar789/desktop-build-fix

build fixed
This commit is contained in:
KoalaSat 2024-09-09 18:40:55 +00:00 committed by GitHub
commit 47b6566961
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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