Skip to content

Commit

Permalink
Install globally
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui committed Oct 1, 2024
1 parent 6ec8b58 commit b02b065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: oven-sh/setup-bun@v1

- name: Install deps
run: cd dapp && bun install && cd ../website && bun install
run: cd dapp && bun install --global && cd ../website && bun install --global

- name: Install pre-commit
run: python -m pip install pre-commit
Expand Down

0 comments on commit b02b065

Please sign in to comment.