Copy shrinkwrap for e2e tests

This commit is contained in:
Sander Declerck 2026-04-21 13:22:25 +02:00
parent 09c66bc47b
commit 51c82060e4
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@ WORKDIR /app
# Copy package files first for better caching
COPY packages/safe-chain/package*.json ./
COPY packages/safe-chain/npm-shrinkwrap.json ./
# Install dependencies
RUN npm install