Skip to content

feat: removed a boolean check in example data code #84

feat: removed a boolean check in example data code

feat: removed a boolean check in example data code #84

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Build
run: yarn build