Skip to content

perf(legacy-icon): create the iconNames object only when the module i… #1

perf(legacy-icon): create the iconNames object only when the module i…

perf(legacy-icon): create the iconNames object only when the module i… #1

Workflow file for this run

name: Figma Code Connect
on:
push:
paths:
- packages/bezier-react/src/components/**/*.figma.tsx
branches:
- main
jobs:
code-connect:
name: Code Connect
if: github.repository == 'channel-io/bezier-react'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: yarn
- name: Install dependencies
run: yarn
- name: Code Connect
run: yarn workspace @channel.io/bezier-react code-connect