From f313887d9925e9a2821226eb230a4b2a8d945da0 Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Tue, 16 Sep 2025 11:04:43 +0200 Subject: [PATCH] Install package from code in e2e tests --- test/e2e/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/e2e/Dockerfile b/test/e2e/Dockerfile index 56fee66..a84db30 100644 --- a/test/e2e/Dockerfile +++ b/test/e2e/Dockerfile @@ -45,8 +45,7 @@ RUN volta install pnpm@${PNPM_VERSION} # Copy and install Safe chain COPY --from=builder /app/*.tgz /pkgs/ -# RUN npm install -g /pkgs/*.tgz -RUN npm install -g @aikidosec/safe-chain@1.0.21 +RUN npm install -g /pkgs/*.tgz WORKDIR /testapp RUN npm init -y