Skip to content

Commit a82588d

Browse files
committed
Fix button and build script
1 parent 07a38f8 commit a82588d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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",

packages/app/src/app/pages/Dashboard/Content/routes/DeletedSandboxes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import { inject, Observer } from 'mobx-react';
33
import { uniq } from 'lodash-es';
44
import { Query } from 'react-apollo';
5-
import Button from 'common/lib/components/Button';
5+
import { Button } from 'common/lib/components/Button';
66

77
import Sandboxes from '../../Sandboxes';
88

0 commit comments

Comments
 (0)