summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2018-05-11 11:02:14 +0200
committerGitHub <noreply@github.com>2018-05-11 11:02:14 +0200
commit5708c10f7c17a31251438ff0c8c7a2f1c38e57e5 (patch)
tree1cb47ba6610036aa4355060a4e497206f16a4f7f
parent73873c8ba4d08ff35084946631b09fbf0cab1c7a (diff)
Remove development dependencies from archive
Also fixes potentially updated packages where they shouldn't be.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36dc06584..a30b04279 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ ifeq (, $(shell which composer 2> /dev/null))
curl -sS https://getcomposer.org/installer | php
mv composer.phar $(build_tools_directory)
endif
- $(composer) update --prefer-dist
+ $(composer) install --prefer-dist --no-dev
# Installs npm dependencies
.PHONY: npm