1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-07-16 22:46:49 +00:00

Check for wget too

This commit is contained in:
Loïc Blot 2018-12-12 12:13:20 +01:00
parent de4859eab9
commit d4c15b66a5

View File

@ -14,6 +14,7 @@ echo "Release version set to ${RELEASE_VERSION}"
which npm > /dev/null
which gulp > /dev/null
which wget > /dev/null
sed -ri 's/(.*)<version>(.+)<\/version>/\1<version>'${RELEASE_VERSION}'<\/version>/g' ${SRC_DIR}/appinfo/info.xml
npm install