Skip to content

Commit 614576d

Browse files
committed
chore: yarn -> bun
1 parent 4f6ad29 commit 614576d

File tree

5 files changed

+318
-969
lines changed

5 files changed

+318
-969
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/build-and-deploy.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ jobs:
1010
timeout-minutes: 3
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Checkout
14-
uses: actions/checkout@v5
13+
- uses: actions/checkout@v5
14+
- uses: oven-sh/setup-bun@v2
1515

16-
- name: Install and Build
17-
run: |
18-
yarn install
19-
yarn build
16+
- run: bun install
17+
18+
- run: bun run build
2019

2120
- name: Deploy 🚀
2221
uses: JamesIves/github-pages-deploy-action@v4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
#### Dev:
55
```sh
6-
yarn dev
6+
bun dev
77
```
88

99
#### Build:
1010
```sh
11-
yarn build
11+
bun run build
1212
```
1313

1414
---

0 commit comments

Comments
 (0)