Skip to content

Commit

Permalink
build: add bun lock
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Dec 23, 2024
1 parent 4bdad46 commit fb48412
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install Deps
run: bun install
run: npm install

- name: Build
run: bunx nuxi build --preset=cloudflare_pages
run: npm run build --preset=cloudflare_pages

- uses: actions/upload-artifact@v4
with:
name: ${{env.PROJECT_NAME}}-dist
path: ./dist/

- name: Deploy
uses: cloudflare/wrangler-action@v3
Expand Down
Binary file added bun.lockb
Binary file not shown.

0 comments on commit fb48412

Please sign in to comment.