Skip to content

Commit

Permalink
hotfix: deploy workflow install command
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Feb 1, 2023
1 parent e04797d commit 2e390ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: 18
cache: "pnpm"
- name: Install Dependencies
run: pnpm ci
run: pnpm install

- name: Build
run: pnpm build
Expand Down

0 comments on commit 2e390ac

Please sign in to comment.