From 92a536c77e59bc12ddd7793afc0a263f55411fdb Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Fri, 8 Dec 2023 10:28:32 -0800 Subject: [PATCH] #85: fixed npm install of @stellar/stellar-sdk pkg refs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1d6ec4d..2d3f378 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/