We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb64f1 commit 9819d20Copy full SHA for 9819d20
.github/workflows/build-deploy-frontend.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install NPM packages
26
run: npm ci
27
- name: Build project
28
- run: VITE_API_URL='https://reportvision-ocr-api-dev.azurewebsites.net/' npm run build
+ run: VITE_API_URL='https://reportvision-ocr-dev.azurewebsites.net/' npm run build
29
- name: Run unit tests
30
run: npm run test
31
- name: Create client build archive
0 commit comments