Skip to content

Commit 0d95fb8

Browse files
Update package.json
Co-Authored-By: Siddharth Kshetrapal <[email protected]>
1 parent 905273b commit 0d95fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"start:fast": "lerna run start --scope app --stream",
1616
"start:vscode": "VSCODE=1 yarn start:fast & cd standalone-packages/monaco-editor && yarn simpleserver & cd standalone-packages/vscode && yarn watch",
1717
"start:dynamic": "lerna run dev --scope dynamic-pages --stream",
18-
"start:common": "lerna run start --scope common --stream",
18+
"start:common": "lerna run start --scope @codesandbox/common --stream",
1919
"start:home": "lerna run start --scope homepage --stream",
2020
"start:storybook": "lerna run storybook --scope common --stream",
2121
"start:test": "lerna run start:test --scope app --stream",

0 commit comments

Comments
 (0)