Skip to content

fix: add type check to client ci, remove type errors #372

fix: add type check to client ci, remove type errors

fix: add type check to client ci, remove type errors #372

Workflow file for this run

name: Build/Test Docker Image CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: configure for staging environment
run: ./configure dev
- name: Compile TS code for production
run: make buildprod
- name: Run tests
run: make test