mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-10-12 10:30:36 -04:00
update bump script to autogenerate lockfile update for npm
This commit is contained in:
parent
b0a8f131e9
commit
c2ad3b8936
1 changed files with 5 additions and 0 deletions
|
@ -39,3 +39,8 @@ popd 2>/dev/null
|
||||||
pushd veilid-flutter 2>/dev/null
|
pushd veilid-flutter 2>/dev/null
|
||||||
flutter pub get
|
flutter pub get
|
||||||
popd 2>/dev/null
|
popd 2>/dev/null
|
||||||
|
|
||||||
|
# Update npm lockfiles
|
||||||
|
pushd veilid-wasm/tests 2>/dev/null
|
||||||
|
npm install --package-lock-only
|
||||||
|
popd 2>/dev/null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue