Skip to content

Commit

Permalink
remove bun.lockb
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou committed Feb 19, 2024
1 parent 260e6fe commit 9b74e5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cf-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Bun Install
run: bun i
run: |
rm -rf bun.lockb
bun i
- name: build
run: |
bun run build
Expand Down

0 comments on commit 9b74e5b

Please sign in to comment.