Skip to content

fix: add react-config.config.js to files array #91

fix: add react-config.config.js to files array

fix: add react-config.config.js to files array #91

Workflow file for this run

on: push
name: Install and Test
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-node@main
- run: yarn --ignore-scripts
- run: npx npm-install-peers
- run: cd example && yarn
- run: yarn prepare
- run: yarn test