Skip to content

Commit 48b38eb

Browse files
committed
Add logs
1 parent b7bafb0 commit 48b38eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"watch-package": "lerna run --scope @*/mini-frame --include-dependencies --parallel x -- watch",
1313
"watch-all": "lerna run --parallel x -- watch",
1414
"storybook": "lerna run --scope storybook start --stream",
15-
"docs": "lerna run build-docs",
15+
"docs": "lerna run build-docs --stream",
1616
"dev": "lerna run --scope react-website dev --stream",
1717
"release": "auto shipit"
1818
},

packages/storybook/src/manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ addons.setConfig({
2121
showPanel: false,
2222
panelPosition: "bottom",
2323
enableShortcuts: false,
24-
isToolshown: !isProd,
24+
isToolshown: true,
2525
selectedPanel: undefined,
2626
initialActive: "sidebar",
2727
sidebar: {

0 commit comments

Comments
 (0)