chore: verify electron rebuild for snap

This commit is contained in:
Karol Sójko
2023-12-07 08:41:19 +01:00
parent 080f6de05e
commit 1dc90a0163

View File

@@ -215,6 +215,9 @@ jobs:
- run: yarn install --immutable
- name: Rebuild Electron Native Modules
run: yarn workspace @standardnotes/desktop rebuild:home-server
- run: yarn build:desktop
- run: echo APP_VERSION=$(node -p "require('./../web/package.json').version") >> $GITHUB_ENV