Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
r4zendev committed Mar 6, 2024
1 parent 4209d4d commit 7e7a0b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
uses: pnpm/action-setup@v2
with:
version: 8
# run_install: |
# - recursive: true
# args: [--frozen-lockfile, --strict-peer-dependencies]
run_install: |
- recursive: true
args: []
- name: Build projects
run: pnpm build
env:
Expand Down

0 comments on commit 7e7a0b0

Please sign in to comment.