Skip to content

Commit

Permalink
fix(ci): update install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernxst committed Nov 26, 2023
1 parent 1ff7321 commit dbef9ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
cache: bun

- name: 📤 Install dependencies
run: bun install --y
run: bun install -y

- name: 🧪 Run Tests
run: bun run test
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ bun: "^1.0.6"

```shell
git clone && cd ...
bun install --y
bun install -y
bun run build
```

Expand Down

0 comments on commit dbef9ce

Please sign in to comment.