From 47a4b08dd3a3787f551d680d24619abeb6196ded Mon Sep 17 00:00:00 2001 From: Adam Ruzicka Date: Mon, 19 Feb 2024 14:36:17 +0100 Subject: [PATCH] Drop all storybook related scripts --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index 67be5bc9..0f0df4d8 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,6 @@ "test:watch": "tfm-test --plugin --watchAll", "test:current": "tfm-test --plugin --watch", "publish-coverage": "tfm-publish-coverage", - "stories": "tfm-stories --plugin", - "stories:build": "tfm-build-stories --plugin", "create-react-component": "yo react-domain" }, "repository": {