fix: building error and use yarn

This commit is contained in:
2025-09-26 10:22:57 +02:00
parent ca4f0ab849
commit e7d3d992b4
2 changed files with 3 additions and 3 deletions

View File

@@ -25,8 +25,8 @@ jobs:
- name: Build the app
run: |
npm install
npm run build
yarn install
yarn build
shell: bash
- name: Upload artifact