Skip to content

fix: add proper Appearance support #3659

fix: add proper Appearance support

fix: add proper Appearance support #3659

Workflow file for this run

name: ⚙️ Build lib
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: Build package
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.78.0
- uses: taiga-family/ci/actions/setup/variables@v1.78.0
- uses: taiga-family/ci/actions/setup/node@v1.78.0
- run: npx nx build editor
concurrency:
group: build-${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true