mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Copy shrinkwrap for e2e tests
This commit is contained in:
parent
09c66bc47b
commit
51c82060e4
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue