ci(desktop): add dependency install and Next.js build steps

This commit is contained in:
CREDO23 2026-03-20 14:49:52 +02:00
parent b6c1db33eb
commit 4b50b3db1a

View file

@ -24,3 +24,15 @@ jobs:
with:
node-version: 20
cache: 'pnpm'
- name: Install web dependencies
run: pnpm install
working-directory: surfsense_web
- name: Build Next.js standalone
run: pnpm build
working-directory: surfsense_web
- name: Install desktop dependencies
run: pnpm install
working-directory: surfsense_desktop