feat(standalone): update build info

This commit is contained in:
Elian Doran
2026-04-07 16:02:08 +03:00
parent 34c5cfb638
commit 9beb756ccd

View File

@@ -51,6 +51,9 @@ jobs:
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Update build info
run: pnpm run chore:update-build-info
- name: Trigger build of app
run: pnpm --filter=client-standalone build