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 04e621e commit 041df6cCopy full SHA for 041df6c
package.json
@@ -17,7 +17,7 @@
17
"start:dynamic": "lerna run dev --scope dynamic-pages --stream",
18
"start:common": "lerna run start --scope @codesandbox/common --stream",
19
"start:home": "lerna run start --scope homepage --stream",
20
- "start:storybook": "lerna run storybook --scope common --stream",
+ "start:storybook": "lerna run storybook --scope @codesandbox/common --stream",
21
"start:test": "lerna run start:test --scope app --stream",
22
"start:dev_api": "lerna run start:dev_api --scope app --stream",
23
"test": "lerna run test --ignore codesandbox-browserfs",
0 commit comments