Skip to content

fix: select components #2772

fix: select components

fix: select components #2772

Workflow file for this run

name: "Build"
on:
pull_request:
types:
- opened
- edited
- synchronize
push:
branches:
- '**'
- '!main'
jobs:
build:
name: Build dist
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: node
uses: actions/[email protected]
with:
node-version: 18
registry-url: https://registry.npmjs.org
- name: install react
run: npm i react
- name: install dependencies
run: npm ci
- name: lint checks
run: npm run lint
- name: unit tests
run: npm run tests
- name: build
run: npm run build