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

This commit is contained in:
fred 2025-10-30 14:39:02 -07:00
parent ed6cf7e3d8
commit e4a0161414
3 changed files with 37 additions and 14 deletions

View file

@ -17,10 +17,10 @@ jobs:
working-directory: frontend
run: |
npm install
npm run production
npm run ci
- name: Build Backend
working-directory: backend
run: |
npm install
npm run production
npm run ci