fix: typo

This commit is contained in:
Michael H.
2026-08-21 00:00:04 +02:00
parent 7e611c7678
commit 75d2109be8
+1 -1
View File
@@ -72,7 +72,7 @@ jobs:
- name: Build frontend - name: Build frontend
working-directory: ./apps/frontend working-directory: ./apps/frontend
run: pnpm web;build run: pnpm web:build
env: env:
NITRO_PRESET: node-server NITRO_PRESET: node-server
BUILD_ENV: ${{ steps.meta.outputs.env }} BUILD_ENV: ${{ steps.meta.outputs.env }}