File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ COPY .yarn .yarn
50
50
COPY .eslintrc.js .prettierrc .yarnrc.yml complete.eslintrc.js eslint.tsconfig.json package.json tsconfig.json yarn.lock yarn-project.nix ./
51
51
52
52
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
53
55
RUN yarn --immutable --inline-builds --mode=skip-build
54
56
COPY packages packages
55
57
RUN \
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ nix run .#config-update
125
125
126
126
Previously supported features, no longer supported, but packed with a reference branch.
127
127
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 )
129
129
130
130
## Distribute
131
131
@@ -151,6 +151,10 @@ yarn docs
151
151
<a href =" https://input-output-hk.github.io/cardano-js-sdk " >:book : Documentation</a >
152
152
</p >
153
153
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
+
154
158
[ img_src_post-integration ] : https://github.com/input-output-hk/cardano-js-sdk/actions/workflows/post_integration.yml/badge.svg
155
159
[ workflow_post-integration ] : https://github.com/input-output-hk/cardano-js-sdk/actions/workflows/post_integration.yml
156
160
[ 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