File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/app/src/app/pages/Dashboard/Content/routes/DeletedSandboxes Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 "build:prod" : " lerna run build --scope homepage --stream && lerna run build --scope app --stream && gulp" ,
99 "build:embed" : " lerna run build:embed --scope app --stream && gulp" ,
1010 "build:clean" : " lerna run build:clean --scope app --scope homepage && rimraf www" ,
11- "build:deps" : " lerna run build:dev --scope common && lerna run build:dev --scope vscode-textmate --scope codesandbox-api --scope codesandbox-browserfs --scope node-services && lerna run build:dev --scope sse-hooks" ,
11+ "build:deps" : " lerna run build:dev --scope codesandbox-api && lerna run build:dev --scope common && lerna run build:dev --scope vscode-textmate --scope codesandbox-browserfs --scope node-services && lerna run build:dev --scope sse-hooks" ,
1212 "build:dynamic" : " lerna run build --scope dynamic-pages --stream" ,
1313 "start" : " yarn build:deps && lerna run start --scope app --stream" ,
1414 "start:fast" : " lerna run start --scope app --stream" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react';
22import { inject , Observer } from 'mobx-react' ;
33import { uniq } from 'lodash-es' ;
44import { Query } from 'react-apollo' ;
5- import Button from 'common/lib/components/Button' ;
5+ import { Button } from 'common/lib/components/Button' ;
66
77import Sandboxes from '../../Sandboxes' ;
88
You can’t perform that action at this time.
0 commit comments