From ba8649890101b5f6b560776fd465119819287404 Mon Sep 17 00:00:00 2001 From: Anton Surin Date: Wed, 22 Apr 2026 17:48:38 +0700 Subject: [PATCH] Update publish --- .github/workflows/npm-publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index da895fc..45daa2a 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -21,7 +21,7 @@ jobs: run: npm ci - name: Run build - run: npm run build + run: npm run build-lib - name: Publish run: npm publish diff --git a/package.json b/package.json index 78c5739..5a0801b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cdek-it/react-ui-kit", - "version": "1.2.15", + "version": "2.3.22", "description": "Тема для primereact", "scripts": { "start": "storybook dev -p 6006 --ci",