Skip to content

Commit

Permalink
docs: add documentation for #1024
Browse files Browse the repository at this point in the history
  • Loading branch information
iccicci committed Dec 15, 2023
1 parent 77bf410 commit 6fe8bbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -151,6 +151,10 @@ yarn docs
<a href="https://input-output-hk.github.io/cardano-js-sdk">:book: Documentation</a>
</p>

### 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
Expand Down

0 comments on commit 6fe8bbf

Please sign in to comment.