From 05dbaea73a8c946e1079b75d0ba0bec188f5f04c Mon Sep 17 00:00:00 2001 From: filip mertens Date: Tue, 20 Sep 2022 15:46:17 +0200 Subject: [PATCH] use prod build --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5d2b4eb0ef..00d95769ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,7 +29,7 @@ jobs: paths: - node_modules - run: yarn run downloadsolc_assets - - run: NX_BIN_URL=http://127.0.0.1:8080/assets/js NX_WASM_URL=http://127.0.0.1:8080/assets/js yarn build + - run: NX_BIN_URL=http://127.0.0.1:8080/assets/js NX_WASM_URL=http://127.0.0.1:8080/assets/js yarn build:production - run: npx nx build remix-ide-e2e-src-local-plugin - run: yarn run build:libs - run: yarn run downloadsolc_assets_e2e