|
|
|
@ -32,10 +32,8 @@ jobs: |
|
|
|
|
key: v1-deps-{{ checksum "package-lock.json" }} |
|
|
|
|
paths: |
|
|
|
|
- node_modules |
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
|
- run: npm run downloadsolc_assets |
|
|
|
|
- run: npx nx build remix-ide --with-deps |
|
|
|
|
- run: npm run build:production |
|
|
|
|
- run: npx nx build remix-ide-e2e-src-local-plugin |
|
|
|
|
- run: mkdir persist && zip -r persist/dist.zip dist |
|
|
|
|
- persist_to_workspace: |
|
|
|
|