build script for ci
Some checks failed
/ build (push) Failing after 6s

This commit is contained in:
fred 2025-10-30 14:44:17 -07:00
parent ed6cf7e3d8
commit 151ba3b586
3 changed files with 17 additions and 18 deletions

View file

@ -16,11 +16,11 @@ jobs:
- name: Build Frontend
working-directory: frontend
run: |
npm install
npm run production
npm ci
npm run ci
- name: Build Backend
working-directory: backend
run: |
npm install
npm run production
npm ci
npm run ci