From 111f75cf3d75e2d861477623766f72e768c6fbc5 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 16 Apr 2020 09:02:58 +0200 Subject: [PATCH] packages/storybook: added note in readme explaining why the package exists (#560) --- packages/storybook/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/storybook/README.md b/packages/storybook/README.md index 2e716a5466..66768c0fe5 100644 --- a/packages/storybook/README.md +++ b/packages/storybook/README.md @@ -1,3 +1,7 @@ # storybook This package provides a storybook build for Backstage. See [storybook.backstage.io](http://storybook.backstage.io) + +## Why is this not part of `@backstage/core`? + +This separate storybook package exists because of dependency conflicts with `@backstage/cli`. It uses nohoist to avoid the conflicts, and since you can only use that in private packages it has to be separated out of `@backstage/core`.