Skip to content

Commit 4e06406

Browse files
author
Ives van Hoorne
committed
Don't build prod in parallel anymore
1 parent a0f1a5f commit 4e06406

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ jobs:
6363
key: v11-prod-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}
6464
paths:
6565
- ./www
66-
- store_artifacts:
67-
path: ./www
68-
destination: www
6966

7067
test-integrations:
7168
docker:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"scripts": {
77
"build": "yarn build:deps && yarn build:prod",
8-
"build:prod": "lerna run build --scope app --scope homepage --parallel && gulp",
8+
"build:prod": "lerna run build --scope app --scope homepage --stream && gulp",
99
"build:clean": "lerna run build:clean --scope app --scope homepage && rimraf www",
1010
"build:deps": "lerna run build:dev --scope codesandbox-api --scope codesandbox-browserfs",
1111
"start": "yarn build:deps && lerna run start --scope app --stream",

0 commit comments

Comments
 (0)