chore: readd workflow steps

This commit is contained in:
Antonella Sgarlatta
2025-07-22 16:48:38 -03:00
parent 62713cc49d
commit fef887ec0d
2 changed files with 6 additions and 1 deletions

View File

@@ -129,6 +129,11 @@ jobs:
- run: yarn install --immutable - 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 - run: echo APP_VERSION=$(node -p "require('./../web/package.json').version") >> $GITHUB_ENV
- name: Dir - name: Dir

View File

@@ -3,7 +3,7 @@
"version": "3.198.8", "version": "3.198.8",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "dist/app.js", "main": "dist/app.js",
"author": "Standard Notes.", "author": "Standard Notes",
"private": true, "private": true,
"files": [ "files": [
"dist" "dist"