There was an error while loading. Please reload this page.
1 parent 732aca5 commit ce713e3Copy full SHA for ce713e3
1 file changed
.github/workflows/DEPLOY_PROD.yml
@@ -409,7 +409,7 @@ jobs:
409
if: steps.deploy-api.outcome == 'success'
410
run: |
411
export NODE_OPTIONS=--openssl-legacy-provider
412
- nx run-many --target=build --projects=involvemint --configuration=prod --skip-nx-cache
+ nx run-many --target=build --projects=involvemint --configuration=production --skip-nx-cache
413
414
- name: Install firebase-tools@13.29.0
415
0 commit comments