mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
ci(desktop): add dependency install and Next.js build steps
This commit is contained in:
parent
b6c1db33eb
commit
4b50b3db1a
1 changed files with 12 additions and 0 deletions
12
.github/workflows/desktop-release.yml
vendored
12
.github/workflows/desktop-release.yml
vendored
|
|
@ -24,3 +24,15 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
cache: 'pnpm'
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue