build fixed

This commit is contained in:
amitpanwar789 2024-09-09 22:33:28 +05:30
parent 3b41397963
commit 12015ed12d

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