Merge pull request #681 from Its-treason/bugfix/snap-build

fix(#581): Fix snap package build
This commit is contained in:
Anoop M D 2023-10-19 23:41:54 +05:30 committed by GitHub
commit f75121d426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,9 @@ jobs:
run: npm install --legacy-peer-deps run: npm install --legacy-peer-deps
- name: Build Electron app - name: Build Electron app
run: npm run build:electron:snap run: |
npm run build:bruno-query
npm run build:electron:snap
- name: Install Snapcraft - name: Install Snapcraft
run: | run: |