From ba0c2d29dc9a9cfee95440a90dd1171697f86f2b Mon Sep 17 00:00:00 2001 From: Bashamega Date: Sat, 24 Aug 2024 13:15:21 +0300 Subject: [PATCH] fix --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 0e34250..eafebd2 100644 --- a/package.json +++ b/package.json @@ -21,14 +21,9 @@ ], "scripts": { "build": "rollup -c", - "build:storybook": "build-storybook", "changeset": "changeset", "lint": "eslint . --ext .ts,.tsx,.js,.jsx", - "prepare": "husky install", - "release": "changeset publish", - "test": "jest", - "test:coverage": "jest --coverage", - "test:watch": "jest --watch" + "test": "jest" }, "lint-staged": { "*.{js,jsx,ts,tsx}": [