fixing github actions build workflow

This commit is contained in:
2025-12-31 14:01:23 -06:00
parent 976574c6ac
commit f321c2506a
2 changed files with 7 additions and 1 deletions

View File

@@ -39,6 +39,12 @@ jobs:
npm run build -w api npm run build -w api
- name: Build Client - name: Build Client
env:
VITE_API_URL: ${{ vars.VITE_API_URL }}
VITE_BASE_URL: ${{ vars.VITE_BASE_URL }}
VITE_CLIENT_ID: ${{ vars.VITE_CLIENT_ID }}
VITE_ISSUER_URL: ${{ vars.VITE_ISSUER_URL }}
VITE_TENANT_ID: ${{ vars.VITE_TENANT_ID }}
run: | run: |
npm run build -w client npm run build -w client

View File

@@ -1 +1 @@
BLAH BLAH BLAH BLAH BLAH