summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2020-10-11 23:37:44 -0100
committerMaxence Lange <maxence@artificial-owl.com>2020-10-11 23:37:44 -0100
commit485bc36857ca1b50769b3c87231bc1a382d054d1 (patch)
tree7130f9010b248969fa6aaa97c787d4d2cd7b940c
parente6a6fe7b77c0d591e6722198b6bd1c3a79ce14a2 (diff)
fix composer
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5c608f57..6c9f7501 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ clean:
clean-dev:
rm -rf node_modules
-build-composer:
+composer:
composer install --prefer-dist
composer update --prefer-dist
@@ -88,7 +88,7 @@ github-upload:
--file $(build_dir)/$(app_name)-$(version).tar.gz
# creating .tar.gz + signature
-appstore: dev-setup lint build-js-production build-composer
+appstore: dev-setup lint build-js-production composer
mkdir -p $(sign_dir)
rsync -a \
--exclude=/build \