From 0d59a3595ef86df9e101415b1ca6cd796b199796 Mon Sep 17 00:00:00 2001 From: Adphi Date: Sat, 19 Jan 2019 17:07:42 +0100 Subject: [PATCH] again... sorry. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3edb7e4..ada504f 100644 --- a/Makefile +++ b/Makefile @@ -121,7 +121,7 @@ source: --exclude="../$(app_name)/js/node_modules" \ --exclude="../$(app_name)/node_modules" \ --exclude="../$(app_name)/*.log" \ - --exclude="../$(app_name)/js/*.log" + --exclude="../$(app_name)/js/*.log" \ # Builds the source package for the app store, ignores php and js tests .PHONY: appstore @@ -149,7 +149,7 @@ appstore: --exclude="../$(app_name)/karma.*" \ --exclude="../$(app_name)/protractor\.*" \ --exclude="../$(app_name)/.*" \ - --exclude="../$(app_name)/js/.*" + --exclude="../$(app_name)/js/.*" \ .PHONY: test test: composer