Added production flag

This commit is contained in:
Kars van Velzen 2025-02-25 14:25:07 +01:00
parent 09c34647fc
commit 38a4d6d6e9

View file

@ -18,7 +18,7 @@ jobs:
node-version: '20'
- name: Install dependencies
run: npm install
run: npm install --production
- name: Build
run: npm run build