diff --git a/Dockerfile b/Dockerfile index 2a5da8e4f76..5333876971d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,6 +50,8 @@ COPY .yarn .yarn COPY .eslintrc.js .prettierrc .yarnrc.yml complete.eslintrc.js eslint.tsconfig.json package.json tsconfig.json yarn.lock yarn-project.nix ./ FROM nodejs-builder as cardano-services-builder +# NOTE: Pay attention to --mode=skip-build +# For details: https://github.com/input-output-hk/cardano-js-sdk/pull/1024 RUN yarn --immutable --inline-builds --mode=skip-build COPY packages packages RUN \ diff --git a/README.md b/README.md index 28b42d2f329..793b69a1466 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ nix run .#config-update Previously supported features, no longer supported, but packed with a reference branch. -- [RabbitMQ tx-submit provider and worker](https://github.com/input-output-hk/cardano-js-sdk/tree/rabbitmq-tx-submit-provider-and-worker) +- [RabbitMQ tx-submit provider and worker](https://github.com/input-output-hk/cardano-js-sdk/tree/attic/rabbitmq) ## Distribute @@ -151,6 +151,10 @@ yarn docs :book: Documentation

+### Possible issues + +- `yarn build --mode=skip-build` [in Docker image](https://github.com/input-output-hk/cardano-js-sdk/pull/1024) + [img_src_post-integration]: https://github.com/input-output-hk/cardano-js-sdk/actions/workflows/post_integration.yml/badge.svg [workflow_post-integration]: https://github.com/input-output-hk/cardano-js-sdk/actions/workflows/post_integration.yml [img_src_release]: https://github.com/input-output-hk/cardano-js-sdk/actions/workflows/release.yaml/badge.svg