Skip to content

refactor: Use react-router-dom to handle routing #9

refactor: Use react-router-dom to handle routing

refactor: Use react-router-dom to handle routing #9

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths:
- 'src/**/*.{ts,tsx}'
- '.github/workflows/**'
- 'public/**'
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install --frozen-lockfile
- run: npm run build