Skip to content

chore: rebuild GitHub Pages bundle with restored teal UI #161

chore: rebuild GitHub Pages bundle with restored teal UI

chore: rebuild GitHub Pages bundle with restored teal UI #161

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install
run: npm install
- name: build
run: npm run build
- name: unit-test
run: npm run test:unit