|
|
@ -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 |
|
|
|