From 1dd76cb11096be9089751be059296f6b8a468f26 Mon Sep 17 00:00:00 2001 From: Konrad Szwarc Date: Sun, 28 Aug 2022 22:25:15 +0200 Subject: [PATCH] Remove Storybook scripts --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 1df2da5..876981e 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,7 @@ "preview": "astro preview", "astro": "astro", "lint": "eslint . --ext .cjs,.ts,.tsx,.astro --ignore-path .gitignore", - "lint:ts": "tsc --jsx preserve --skipLibCheck", - "storybook": "start-storybook -p 6006", - "build-storybook": "build-storybook" + "lint:ts": "tsc --jsx preserve --skipLibCheck" }, "dependencies": { "@astrojs/image": "0.3.6",