hotfix: add missing npm ci

This commit is contained in:
Felix Roos 2022-12-23 00:58:48 +01:00
parent 8fcf8fe39c
commit 847602f933

View File

@ -27,7 +27,7 @@ jobs:
node-version: 18
cache: "npm"
- name: Install Dependencies
run: npm ci && cd website
run: npm ci && cd website && npm ci
- name: Build
run: npm run build