Skip to content

Commit

Permalink
#85: fixed npm install of @stellar/stellar-sdk pkg refs
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Dec 8, 2023
1 parent 2f86c38 commit 92a536c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN if echo "$JS_STELLAR_SDK_NPM_VERSION" | grep -q '.*file:.*'; then \
cd /home/tester; \
yarn add ${JS_STELLAR_SDK_NPM_VERSION} --network-concurrency 1; \
else \
yarn add "stellar-sdk@${JS_STELLAR_SDK_NPM_VERSION}" --network-concurrency 1; \
yarn add "@stellar/stellar-sdk@${JS_STELLAR_SDK_NPM_VERSION}" --network-concurrency 1; \
fi

ADD *.ts /home/tester/bin/
Expand Down

0 comments on commit 92a536c

Please sign in to comment.