Skip to content

Renaming start:react and start:next to dev:react and dev:next to be m… #232

Renaming start:react and start:next to dev:react and dev:next to be m…

Renaming start:react and start:next to dev:react and dev:next to be m… #232

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- name: git-checkout
uses: actions/checkout@v4
- name: Install dependencies
uses: ./.github/actions/install-dependencies
# - name: Typecheck
# run: pnpm typecheck
- name: Build
run: pnpm build && pnpm build:react
- name: Test
run: pnpm test