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

This commit is contained in:
fred 2025-10-30 14:42:29 -07:00
parent ed6cf7e3d8
commit 15c6d0cad5
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