From cea502fd906364e81bb67514a8e295be72d2deb7 Mon Sep 17 00:00:00 2001 From: Tal Koren Date: Wed, 11 Dec 2024 17:38:39 +0200 Subject: [PATCH] chore: build icons after install for initial monorepo setup --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 588ae2fcd5..7fc742c9c1 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lint": "lerna run lint", "test": "lerna run test", "storybook": "lerna run storybook --parallel --stream", - "postinstall": "lerna run build --scope=vibe-storybook-components" + "postinstall": "lerna run build --scope={vibe-storybook-components,@vibe/icons}" }, "devDependencies": { "lerna": "^8.1.2",