chore(monorepo): try to fix ARM64 not building properly on Linux

This commit is contained in:
Elian Doran 2025-04-19 12:55:01 +03:00
parent 31721cb682
commit 145006040f
No known key found for this signature in database

View File

@ -27,7 +27,7 @@
"server:coverage": "npm --workspace=apps/server run coverage", "server:coverage": "npm --workspace=apps/server run coverage",
"server:build": "npm --workspace=apps/server run build:ts", "server:build": "npm --workspace=apps/server run build:ts",
"server:package": "npm run build:packages && npm run client:build && npm --workspace=apps/server run package", "server:package": "npm run build:packages && npm run client:build && npm --workspace=apps/server run package",
"electron-forge:make": "npm run build:packages && npm run client:build && npm --workspace=apps/server run build:prepare-dist && npm --workspace=apps/desktop run electron-forge:make", "electron-forge:make": "npm run build:packages && npm run client:build && npm --workspace=apps/server run build:prepare-dist && npm --workspace=apps/desktop run electron-forge:make --",
"chore:ci-update-nightly-version": "tsx ./scripts/update-nightly-version.ts", "chore:ci-update-nightly-version": "tsx ./scripts/update-nightly-version.ts",
"chore:update-build-info": "tsx ./scripts/update-build-info.ts" "chore:update-build-info": "tsx ./scripts/update-build-info.ts"
}, },