Skip to content

Commit

Permalink
fix(ci): pr-preview.yml pnpm instalation
Browse files Browse the repository at this point in the history
  • Loading branch information
Brayan-724 authored Sep 18, 2024
1 parent 0d589b0 commit e3ed081
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ jobs:
- name: Build
# env:
# COLLABORATORS_API_TOKEN: ${{ secrets.COLLABORATORS_API_TOKEN }}
run: pnpm run build
run: |
pnpm install --frozen
pnpm run build
- name: Deploy
id: deploy
Expand Down

0 comments on commit e3ed081

Please sign in to comment.