Skip to content

Commit aca60c6

Browse files
committed
ci: remove del bun.lock in ci
1 parent a4f024a commit aca60c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-site-pages.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- uses: oven-sh/setup-bun@v2
2525
with:
2626
bun-version: latest
27-
- name: Remove bun.lock
28-
run: |
29-
rm -f bun.lock
27+
# - name: Remove bun.lock
28+
# run: |
29+
# rm -f bun.lock
3030
- name: Install Dependencies
3131
run: bun install
3232
- name: Build Vite site

0 commit comments

Comments
 (0)