summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-02 13:55:36 +0200
committerJoas Schilling <coding@schilljs.com>2022-08-02 13:55:36 +0200
commit9ae8281ada5984f2bd3e922626e9db664cbfd0a1 (patch)
treee0edf58e3d1467a76f9bbec99f102c4330b5cff6 /Makefile
parent347d5924a2786031351f0599c50d05a808bb8c77 (diff)
Install composer --no-dev by default
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8bb4910bb..3aeb0fa75 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ version+=master
all: dev-setup build-production
-dev-setup: clean-dev composer-install-dev npm-init
+dev-setup: clean-dev composer-install-production npm-init
release: appstore create-tag