Skip to content

fix(select): use new property popupMatchSelectWidth instead of dropdo… #87

fix(select): use new property popupMatchSelectWidth instead of dropdo…

fix(select): use new property popupMatchSelectWidth instead of dropdo… #87

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Build package
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn --immutable
- name: Run build
run: yarn build