Skip to content

fix: build and lint errors #36

fix: build and lint errors

fix: build and lint errors #36

Workflow file for this run

name: Run build to check for errors
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm ci
npm run build