File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -623,7 +623,7 @@ jobs:
623623 deploy-build :
624624 docker :
625625 - image : cimg/node:20.19.0-browsers
626- resource_class : large
626+ resource_class : xlarge
627627 environment :
628628 COMMIT_AUTHOR_EMAIL : " yann@ethereum.org"
629629 COMMIT_AUTHOR : " Circle CI"
@@ -641,9 +641,13 @@ jobs:
641641 key : v1-deps-{{ checksum "yarn.lock" }}
642642 paths :
643643 - node_modules
644- - run : yarn build:production
644+ - run :
645+ name : Build remix-ide for production
646+ command : yarn build:production
647+ no_output_timeout : 30m
645648 - run : " ./apps/remix-ide/ci/deploy_remix-<< parameters.script >>.sh"
646649
650+
647651workflows :
648652 run_file_tests :
649653 when : << pipeline.parameters.run_file_tests >>
Original file line number Diff line number Diff line change 4444 "optimization" : true ,
4545 "generateIndexHtml" : true ,
4646 "extractCss" : false ,
47- "vendorChunk" : false
47+ "vendorChunk" : false ,
48+ "verbose" : true
4849 },
4950 "desktop" : {
5051 "optimization" : false ,
You can’t perform that action at this time.
0 commit comments