File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 "build" : " NODE_OPTIONS=\" --max-old-space-size=4096\" yarn build:deps && yarn build:prod" ,
88 "build:prod" : " lerna run build --scope homepage --stream && lerna run build --scope app --stream && gulp" ,
99 "build:clean" : " lerna run build:clean --scope app --scope homepage && rimraf www" ,
10- "build:deps" : " lerna run build:dev --scope codesandbox-api --scope codesandbox-browserfs" ,
10+ "build:deps" : " lerna run build:dev --scope codesandbox-api --scope codesandbox-browserfs --scope node-services " ,
1111 "start" : " yarn build:deps && lerna run start --scope app --stream" ,
1212 "start:fast" : " lerna run start --scope app --stream" ,
1313 "start:vscode" : " VSCODE=1 yarn start:fast & cd standalone-packages/monaco-editor && yarn simpleserver & cd standalone-packages/vscode && yarn watch" ,
7575 "url" : " https://opencollective.com/codesandbox" ,
7676 "logo" : " https://opencollective.com/codesandbox/logo.txt"
7777 }
78- }
78+ }
You can’t perform that action at this time.
0 commit comments