build script for ci
All checks were successful
/ build (push) Successful in 29s

This commit is contained in:
fred 2025-10-30 14:48:00 -07:00
parent ed6cf7e3d8
commit 4b56fc78ec
3 changed files with 18 additions and 19 deletions

View file

@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
NODE_ENV: production
NODE_ENV: dev
container:
image: node:22-bullseye
steps:
@ -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