From 134246ef9f1fc2402c29c1a4f7ea43f7cc2a0b6d Mon Sep 17 00:00:00 2001 From: mantovanig Date: Tue, 23 Feb 2021 09:11:57 +0100 Subject: [PATCH] fix(package.json): add tailwind build before run storybook --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 835aa31..c14593a 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "lint:fix": "eslint . --fix", "prerelease": "npm run build", "release": "release-it", + "prestorybook": "npm run build:tailwind", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" },