File update.sh of Package zsa-wally
#!/bin/bash set -euxo pipefail osc service runall pushd wally/ pushd frontend/ npm install tar --zstd -cf node_modules.tar.zst node_modules/ mv node_modules.tar.zst ../../node_modules.tar.zst popd git clean -dfx popd