again... sorry.

This commit is contained in:
Adphi 2019-01-19 17:07:42 +01:00
parent c1a21cafb0
commit 0dba9d5c44
4 changed files with 2 additions and 2 deletions

View File

@ -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

BIN
build/artifacts/appstore/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.