File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments