⚙️ Fix build workflow

This commit is contained in:
pheralb 2024-04-20 21:27:41 +01:00
parent e25dfd288a
commit 817734c499

View File

@ -46,5 +46,15 @@ jobs:
build-app:
runs-on: ubuntu-latest
steps:
- name: Build
- uses: actions/checkout@v3
- name: Setup pnpm 8
uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
run: pnpm install
- name: Build app
run: pnpm onlybuild