Skip to content

Commit

Permalink
Fix cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui committed Oct 1, 2024
1 parent b02b065 commit 49fcbce
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 --global && cd ../website && bun install --global
run: bun install --global prettier stellar/prettier-config prettier-plugin-astro

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

0 comments on commit 49fcbce

Please sign in to comment.