Browse Source

ci: switch to bun for faster builds

pull/11604/head
afc163 3 months ago
parent
commit
c1eff8f943
  1. 7
      .github/workflows/preview-build.yml

7
.github/workflows/preview-build.yml

@ -16,10 +16,9 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: build
run: |
yarn
yarn build
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build
- name: upload dist artifact
uses: actions/upload-artifact@v4

Loading…
Cancel
Save