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

View File

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