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: with:
ref: ${{ github.event.pull_request.head.sha }} ref: ${{ github.event.pull_request.head.sha }}
- name: build - uses: oven-sh/setup-bun@v2
run: | - run: bun install
yarn - run: bun run build
yarn build
- name: upload dist artifact - name: upload dist artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4

Loading…
Cancel
Save