update release task

This commit is contained in:
Simon Vieille 2020-08-28 20:17:58 +02:00
parent acf2022938
commit e1ca610256
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -5,7 +5,7 @@ npm-watch:
npm run watch
.ONESHELL:
release: npm-build
release: npm-build translations
if [ -z "$$VERSION" ]; then
echo "VERSION required"
exit 1