fix(#581): Fix snap package build

This commit is contained in:
Its-treason 2023-10-19 19:52:21 +02:00
parent f08871d491
commit d3e625ef84

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