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",