update bump script to autogenerate lockfile update for npm

This commit is contained in:
Christien Rioux 2025-10-09 08:34:20 -04:00
parent b0a8f131e9
commit c2ad3b8936

View file

@ -39,3 +39,8 @@ popd 2>/dev/null
pushd veilid-flutter 2>/dev/null
flutter pub get
popd 2>/dev/null
# Update npm lockfiles
pushd veilid-wasm/tests 2>/dev/null
npm install --package-lock-only
popd 2>/dev/null