From e1ca610256622bfe9b0db0ed3c6d560cd5072d46 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 28 Aug 2020 20:17:58 +0200 Subject: [PATCH] update release task --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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