diff --git a/.circleci/config.yml b/.circleci/config.yml index 291611a167..bfc8ee227b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -110,7 +110,7 @@ jobs: - attach_workspace: at: . - run: unzip ./persist/dist.zip - - run: ls -la ./apps/remix-ide/src/assets/js/ + - run: ls -la ./dist/apps/remix-ide/assets/js - restore_cache: keys: - v1-deps-{{ checksum "yarn.lock" }} diff --git a/package.json b/package.json index 3fed7bb585..7836af90dd 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "test:libs": "nx run-many --target=test --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver,remixd", "publish:libs": "yarn run build:libs && lerna publish --skip-git && yarn run bumpVersion:libs", "build:e2e": "node apps/remix-ide-e2e/src/buildGroupTests.js && tsc -p apps/remix-ide-e2e/tsconfig.e2e.json", - "serve:e2e": "NX_BIN_URL=http://127.0.0.1:8080/assets/js NX_WASM_URL=http://127.0.0.1:8080/assets/js nx serve", + "serve:e2e": "NX_BIN_URL=http://127.0.0.1:8080/assets/js NX_WASM_URL=http://127.0.0.1:8080/assets/js yarn serve:production", "watch:e2e": "nodemon", "bumpVersion:libs": "gulp & gulp syncLibVersions;", "browsertest": "sleep 5 && yarn run nightwatch_local",