From aba258232d1f72abe2afdef83456368ea8f3a1f6 Mon Sep 17 00:00:00 2001 From: Edoardo Sabadelli Date: Wed, 19 Jun 2024 15:35:05 +0200 Subject: [PATCH] chore: remove postbuild temporarily --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index cbbceecf2..c6cc3d281 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,6 @@ }, "scripts": { "build": "d2-app-scripts build", - "postbuild": "yarn build-storybook", "build-storybook": "build-storybook", "start-storybook": "start-storybook --port 5000", "start": "yarn start-storybook",