We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bafb0 commit 48b38ebCopy full SHA for 48b38eb
package.json
@@ -12,7 +12,7 @@
12
"watch-package": "lerna run --scope @*/mini-frame --include-dependencies --parallel x -- watch",
13
"watch-all": "lerna run --parallel x -- watch",
14
"storybook": "lerna run --scope storybook start --stream",
15
- "docs": "lerna run build-docs",
+ "docs": "lerna run build-docs --stream",
16
"dev": "lerna run --scope react-website dev --stream",
17
"release": "auto shipit"
18
},
packages/storybook/src/manager.js
@@ -21,7 +21,7 @@ addons.setConfig({
21
showPanel: false,
22
panelPosition: "bottom",
23
enableShortcuts: false,
24
- isToolshown: !isProd,
+ isToolshown: true,
25
selectedPanel: undefined,
26
initialActive: "sidebar",
27
sidebar: {
0 commit comments