Install package from code in e2e tests

This commit is contained in:
Sander Declerck 2025-09-16 11:04:43 +02:00
parent 4556e16f44
commit f313887d99
No known key found for this signature in database

View file

@ -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