This commit is contained in:
parent
ed6cf7e3d8
commit
4b56fc78ec
3 changed files with 18 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue