Skip to content

Commit

Permalink
Merge pull request #17 from yakisova41/development
Browse files Browse the repository at this point in the history
Update code-check.yaml
  • Loading branch information
yakisova41 authored Mar 30, 2024
2 parents 088d4cc + bc4bebb commit 855ce2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: oven-sh/setup-bun@v1

- name: Install dependencies
run: bun install
run: bun install && bun install --cwd packages/create-crx-monkey && bun install --cwd packages/crx-monkey

- name: Run lint
run: bun run lint
Expand Down

0 comments on commit 855ce2e

Please sign in to comment.