From e601b314627a1a06c91e7961fc3b9381043c4c3c Mon Sep 17 00:00:00 2001 From: AntoXa PRO Date: Wed, 11 Oct 2023 11:26:41 +0300 Subject: [PATCH] etc --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0b6a633..a4a354e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "axp-ui", "descriiption": "My helper ui lib", - "version": "1.8.6", + "version": "1.8.7", "homepage": "https://antoxahub.ru/antoxa/axp-ui", "repository": { "type": "git", @@ -30,7 +30,7 @@ "build": "vite build", "build:storybook": "storybook build -o docs", "dev": "storybook dev -p 6006", - "prepare": "npm run build:storybook && npm run build" + "prepare": "npm run build" }, "peerDependencies": { "axp-ts": "^1.11.3",