diff --git a/Makefile b/Makefile index 2fc959d..5fde08a 100644 --- a/Makefile +++ b/Makefile @@ -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