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 node-version: 18
cache: "npm" cache: "npm"
- name: Install Dependencies - name: Install Dependencies
run: npm ci && cd website run: npm ci && cd website && npm ci
- name: Build - name: Build
run: npm run build run: npm run build