File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ COPY .yarn .yarn
5050COPY .eslintrc.js .prettierrc .yarnrc.yml complete.eslintrc.js eslint.tsconfig.json package.json tsconfig.json yarn.lock yarn-project.nix ./
5151
5252FROM nodejs-builder as cardano-services-builder
53+ # NOTE: Pay attention to --mode=skip-build
54+ # For details: https://github.com/input-output-hk/cardano-js-sdk/pull/1024
5355RUN yarn --immutable --inline-builds --mode=skip-build
5456COPY packages packages
5557RUN \
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ nix run .#config-update
125125
126126Previously supported features, no longer supported, but packed with a reference branch.
127127
128- - [ RabbitMQ tx-submit provider and worker] ( https://github.com/input-output-hk/cardano-js-sdk/tree/rabbitmq-tx-submit-provider-and-worker )
128+ - [ RabbitMQ tx-submit provider and worker] ( https://github.com/input-output-hk/cardano-js-sdk/tree/attic/ rabbitmq )
129129
130130## Distribute
131131
@@ -151,6 +151,10 @@ yarn docs
151151 <a href =" https://input-output-hk.github.io/cardano-js-sdk " >:book : Documentation</a >
152152</p >
153153
154+ ### Possible issues
155+
156+ - ` yarn build --mode=skip-build ` [ in Docker image] ( https://github.com/input-output-hk/cardano-js-sdk/pull/1024 )
157+
154158[ img_src_post-integration ] : https://github.com/input-output-hk/cardano-js-sdk/actions/workflows/post_integration.yml/badge.svg
155159[ workflow_post-integration ] : https://github.com/input-output-hk/cardano-js-sdk/actions/workflows/post_integration.yml
156160[ img_src_release ] : https://github.com/input-output-hk/cardano-js-sdk/actions/workflows/release.yaml/badge.svg
You can’t perform that action at this time.
0 commit comments