Update ci.yml

This commit is contained in:
Pierre Balzack 2025-03-09 22:32:14 -07:00 committed by GitHub
parent 2abfc42148
commit 78792e3edf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,6 +63,12 @@ jobs:
yarn build
yarn test --silent
- name: Build WebApp
run: |
cd app/client/web
yarn install
yarn build
- name: Export
uses: actions/upload-artifact@v4
with: