Skip to content

chore(release): publish @tinkoff/tui-editor #4236

chore(release): publish @tinkoff/tui-editor

chore(release): publish @tinkoff/tui-editor #4236

Workflow file for this run

name: ⚙️ Build lib
on:
pull_request:
push:
branches: [main, 'v[0-9]+.x']
jobs:
build:
name: Build package
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
with:
validate-peer-deps: false
- run: npx nx build tui-editor
concurrency:
group: build-${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true