Skip to content

Commit 6fe8bbf

Browse files
committed
docs: add documentation for #1024
1 parent 77bf410 commit 6fe8bbf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ COPY .yarn .yarn
5050
COPY .eslintrc.js .prettierrc .yarnrc.yml complete.eslintrc.js eslint.tsconfig.json package.json tsconfig.json yarn.lock yarn-project.nix ./
5151

5252
FROM 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
5355
RUN yarn --immutable --inline-builds --mode=skip-build
5456
COPY packages packages
5557
RUN \

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ nix run .#config-update
125125

126126
Previously 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

0 commit comments

Comments
 (0)