npm ci install for prod

This commit is contained in:
2025-11-02 20:48:43 +01:00
parent 2e81ed48c4
commit ab24f5cf35
3 changed files with 7 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ jobs:
- name: Install backend dependencies
working-directory: ./backend
run: npm install
run: npm ci
- name: Run TypeScript check
working-directory: ./backend