Skip to content

Commit

Permalink
fix: ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Oct 2, 2023
1 parent 701c120 commit 55ec30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm ci
run: pnpm install --frozen-lockfile
- name: Build Website
run: pnpm run build

0 comments on commit 55ec30a

Please sign in to comment.