Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,8 @@ clean:
rm -rf $(build_dir)
rm -rf node_modules

# composer packages
composer:
composer install --prefer-dist
composer upgrade --prefer-dist

appstore: clean composer
appstore: clean
mkdir -p $(sign_dir)
rsync -a \
--exclude=/build \
Expand All @@ -88,9 +84,7 @@ appstore: clean composer
--exclude=/CONTRIBUTING.md \
--exclude=/issue_template.md \
--exclude=/README.md \
--exclude=/composer.json \
--exclude=/testConfiguration.json \
--exclude=/composer.lock \
--exclude=/.gitattributes \
--exclude=/.gitignore \
--exclude=/.scrutinizer.yml \
Expand Down
36 changes: 0 additions & 36 deletions composer.json

This file was deleted.

Loading