From 23168c56bf85982995cd0d8ec102ca0538f5bb59 Mon Sep 17 00:00:00 2001 From: korelstar Date: Thu, 4 Mar 2021 22:04:28 +0100 Subject: [PATCH] split build and assemble --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d8092cae..986c8899 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,8 @@ npm-update: ##### Building ##### +build: clean build-js-production assemble + appstore: lint build @echo "Signing…" php ../server/occ integrity:sign-app \ @@ -40,8 +42,7 @@ appstore: lint build -C $(build_dir) $(app_name) openssl dgst -sha512 -sign $(cert_dir)/$(app_name).key $(build_dir)/$(app_name).tar.gz | openssl base64 - -build: clean build-js-production +assemble: mkdir -p $(build_dir) rsync -a \ --exclude=.babelrc.js \