Skip to content

Commit c3fe136

Browse files
authored
Fixed start script. (codesandbox#814)
1 parent 341660c commit c3fe136

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
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "yarn build:deps && yarn build:prod",
88
"build:prod": "lerna run build --scope app --scope homepage --parallel && gulp",
9-
"build:deps": "lerna run build:dev --scope codesandbox-{api,browserfs}",
9+
"build:deps": "lerna run build:dev --scope codesandbox-api --scope codesandbox-browserfs",
1010
"start": "yarn build:deps && lerna run start --scope app --stream",
1111
"start:fast": "lerna run start --scope app --stream",
1212
"start:home": "lerna run start --scope homepage --stream",

0 commit comments

Comments
 (0)