hotfix: deploy workflow install command

This commit is contained in:
Felix Roos
2023-02-01 23:04:13 +01:00
parent e04797d891
commit 2e390acce9
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
node-version: 18
cache: "pnpm"
- name: Install Dependencies
run: pnpm ci
run: pnpm install
- name: Build
run: pnpm build