Skip to content

Commit 21d18ae

Browse files
committed
change v9docs start to use docs mode to replicate public view
1 parent 60ac3d4 commit 21d18ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/public-docsite-v9/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"code-style": "just-scripts code-style",
1313
"just": "just-scripts",
1414
"lint": "just-scripts lint",
15-
"start": "just-scripts dev:storybook",
15+
"start": "yarn storybook:docs",
1616
"storybook": "node ../../scripts/storybook/runner --port 3000 -s ./public --no-manager-cache",
1717
"storybook:docs": "yarn storybook --docs"
1818
},

0 commit comments

Comments
 (0)