Skip to content

Commit 1ce7a8f

Browse files
committed
Run builds parallel
1 parent 65ebde9 commit 1ce7a8f

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
"build:deps": "lerna run build:dev --scope codesandbox-api --scope @codesandbox/notifications --scope @codesandbox/executors && lerna run build:dev --scope @codesandbox/common && lerna run build:dev --scope vscode-textmate --scope codesandbox-browserfs --scope node-services && lerna run build:dev --scope sse-hooks && lerna run build --scope codesandbox-deps",
1616
"build:common": "lerna run build:dev --scope @codesandbox/common --stream",
1717
"build:dynamic": "lerna run build --scope dynamic-pages --stream",
18-
"start": "yarn build:deps && lerna run start --scope @codesandbox/common --scope app",
18+
"start": "yarn build:deps && lerna run start --scope @codesandbox/common --scope app --parallel",
1919
"start:overmind": "yarn build:deps && concurrently \"lerna run start --scope app --stream\" \"overmind-devtools\"",
2020
"start:fast": "cd packages/app && yarn start",
2121
"start:vscode": "cross-env VSCODE=1 yarn start:fast & cd standalone-packages/monaco-editor && yarn simpleserver & cd standalone-packages/vscode && yarn watch",

0 commit comments

Comments
 (0)