put apps back

pull/3161/head
filip mertens 2 years ago
parent 7ffe223c98
commit 7c97f2d130
  1. 4
      .circleci/config.yml

@ -26,6 +26,8 @@ jobs:
- node_modules
- 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: yarn nx build remix-ide-e2e-src-local-plugin & yarn run build:libs
- run: yarn nx run debugger:build:production
- run: yarn nx run solidity-compiler:build:production
- run: yarn nx run remixd:build
- run: mkdir persist && zip -0 -r persist/dist.zip dist
- persist_to_workspace:
@ -135,7 +137,7 @@ jobs:
parameters:
script:
type: string
parallelism: 3
parallelism:
steps:
- browser-tools/install-browser-tools
- run:

Loading…
Cancel
Save