Skip to content

chore(format): update formatting with prettier three #36

chore(format): update formatting with prettier three

chore(format): update formatting with prettier three #36

Workflow file for this run

name: build
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun install
- run: bun build:prod
- uses: actions/upload-artifact@v3
with:
name: dist
path: dist