|
|
|
@ -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: |
|
|
|
|