ignore warning
Some checks failed
Build And Deploy Main / build-and-deploy (push) Failing after 29s

This commit is contained in:
2026-03-09 13:31:01 -04:00
parent 0e9cd837fd
commit f48243c8a9

View File

@@ -72,7 +72,7 @@ jobs:
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
cd "$PROJECT_DIR/client"
npm install
npm run build
CI=false npm run build
- name: Replace local app views from client dist
run: |