build site with bun (#32)
This commit is contained in:
parent
3a886c4493
commit
bf087a566f
12 changed files with 100 additions and 9447 deletions
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
|
@ -13,11 +13,11 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
node-version: "latest"
|
||||
- name: Run Node install and build
|
||||
bun-version: "latest"
|
||||
- name: Run Bun install and build
|
||||
run: |
|
||||
npm ci
|
||||
npm run build
|
||||
bun install --frozen-lockfile
|
||||
bun run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue