diff --git a/package_web_vault.sh b/package_web_vault.sh index 97bbf7d..1711886 100755 --- a/package_web_vault.sh +++ b/package_web_vault.sh @@ -61,9 +61,6 @@ git pull origin master git checkout "$WEB_REF" git submodule update --recursive --init -# Update submodule -npm run sub:update - ## How to create patches # git --no-pager diff --no-color --minimal > changes.patch ## How to apply patches