Skip to content

Commit

Permalink
ci: 👷 pnpm recursive=false
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 14, 2020
1 parent 2cda3cb commit e93c8f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- uses: pnpm/action-setup@v1.2.1
with:
version: 5.13.5
run_install: true
run_install: |
- recursive: false
- name: Lint
run: pnpm lint
- name: Test
Expand Down

0 comments on commit e93c8f5

Please sign in to comment.