mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-09-27 11:41:51 +02:00
build: execute next build directly
This commit is contained in:
@@ -162,7 +162,7 @@ jobs:
|
|||||||
# continue-on-error: true
|
# continue-on-error: true
|
||||||
|
|
||||||
- name: Build frontend
|
- name: Build frontend
|
||||||
run: pnpm build
|
run: pnpm exec next build
|
||||||
|
|
||||||
- name: Verify frontend dist exists
|
- name: Verify frontend dist exists
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -161,7 +161,7 @@ jobs:
|
|||||||
# continue-on-error: true
|
# continue-on-error: true
|
||||||
|
|
||||||
- name: Build frontend
|
- name: Build frontend
|
||||||
run: pnpm build
|
run: pnpm exec next build
|
||||||
|
|
||||||
- name: Verify frontend dist exists
|
- name: Verify frontend dist exists
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user