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

@ -113,7 +113,7 @@ jobs:
- name: Install dependencies (root)
run: |
mv ./npm-shrinkwrap.json ./package-lock.json
cp npm-shrinkwrap.json packages/safe-chain/
npm ci
- name: Run E2E tests