Skip to content

v2.0.0

v2.0.0 #246

Workflow file for this run

name: Examples
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: ci
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: ./.github/actions/setup-node
- name: Install dependencies
run: yarn install --immutable
- name: Build
run: yarn prebuild && yarn build
working-directory: ./examples/react