Skip to content

Commit b82f742

Browse files
authored
Merge pull request #6542 from remix-project-org/fixci3
Fixci3
2 parents 637a219 + d270d42 commit b82f742

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
647651
workflows:
648652
run_file_tests:
649653
when: << pipeline.parameters.run_file_tests >>

apps/remix-ide/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"optimization": true,
4545
"generateIndexHtml": true,
4646
"extractCss": false,
47-
"vendorChunk": false
47+
"vendorChunk": false,
48+
"verbose": true
4849
},
4950
"desktop": {
5051
"optimization": false,

0 commit comments

Comments
 (0)