Copy shrinkwrap before publishing

This commit is contained in:
Sander Declerck 2026-04-06 15:03:11 +02:00
parent 7994c42f8c
commit ae63d42ae9
No known key found for this signature in database

View file

@ -133,6 +133,7 @@ jobs:
cp README.md packages/safe-chain/
cp LICENSE packages/safe-chain/
cp -r docs packages/safe-chain/
cp npm-shrinkwrap.json packages/safe-chain/
- name: Publish to npm
run: |