We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1b361 commit 1a3cf40Copy full SHA for 1a3cf40
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"build": "yarn build:dependents && yarn build:prod",
8
"build:prod": "lerna run build --scope app --scope homepage --parallel && gulp",
9
- "build:dependents": "lerna run build --ignore app --ignore homepage --parallel",
+ "build:dependents": "lerna run build --ignore app --ignore homepage --parallel && lerna run build --scope sandpack --stream && lerna run build --scope react-sandpack --stream",
10
"start": "lerna run build --scope codesandbox-browserfs --stream && lerna run start --parallel",
11
"start:fast": "lerna run start --scope app --stream",
12
"start:test": "lerna run start:test --scope app --stream",
0 commit comments