fix install

This commit is contained in:
NCRoxas
2024-09-10 12:23:36 +02:00
parent 87ed27c144
commit fe37e9e019

View File

@@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
cd web
npm Install
npm install
npm run build
- name: Login to GitHub Container Registry