use prod build

pull/5370/head
filip mertens 2 years ago
parent e5cb895cc3
commit 05dbaea73a
  1. 2
      .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

Loading…
Cancel
Save