Skip to content

Introduced max editable amounts #131

Introduced max editable amounts

Introduced max editable amounts #131

Workflow file for this run

name: Build test
on:
pull_request:
branches:
- master
jobs:
test:
name: Run build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install base dependencies
run: |
yarn
cd react
yarn
- name: Build
run: |
yarn build
- name: Check TS declaration files
run: |
[[ -f react/dist/index.d.ts ]]