Skip to content

adds tutorial story script #97

adds tutorial story script

adds tutorial story script #97

Workflow file for this run

name: build-client
on:
push:
pull_request:
jobs:
my-job:
name: my-job
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./client
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run build