Skip to content

docs: migrate to v3 #258

docs: migrate to v3

docs: migrate to v3 #258

Workflow file for this run

name: Examples
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: build
steps:
- name: Checkout
uses: actions/checkout@v2
- 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