mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Install package from code in e2e tests
This commit is contained in:
parent
4556e16f44
commit
f313887d99
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue