Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2017-10-08 12:51:04 +0300
committerJulius Härtl <jus@bitgrid.net>2017-10-08 12:51:04 +0300
commit1b0ac8c1e213ddc8c3b5a34a6c0c11d4d4cb588b (patch)
tree0ad8523753ad0e680754e6d88edf5ba707909b86 /Makefile
parent4fc96e40ffff9a154db4c28fd6f5a93ffc3d6224 (diff)
Update appstore building excludes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 564ed8ef..c45aec1b 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,7 @@ appstore: clean-build build
--exclude="../$(app_name)/js/tests" \
--exclude="../$(app_name)/js/test" \
--exclude="../$(app_name)/js/*.log" \
+ --exclude="../$(app_name)/js/package-lock.json" \
--exclude="../$(app_name)/js/package.json" \
--exclude="../$(app_name)/js/bower.json" \
--exclude="../$(app_name)/js/karma.*" \
@@ -60,7 +61,9 @@ appstore: clean-build build
--exclude="../$(app_name)/karma.*" \
--exclude="../$(app_name)/protractor\.*" \
--exclude="../$(app_name)/.*" \
+ --exclude="../$(app_name)/*.lock" \
--exclude="../$(app_name)/js/.*" \
+ --exclude="../$(app_name)/vendor" \
--exclude-vcs \
../$(app_name)