Skip to content

target dir

target dir #5

Workflow file for this run

name: build
on:
push:
branches: [main] # Trigger on pushes to the main branch
jobs:
buildProd:
name: buildProd
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
# Run bun commands
- run: bun install
- run: bun run build