Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Update README.md

Update README.md #93

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: 14
- run: npm i
- run: npm run rescript:build