mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 21:12:20 +01:00
Install composer --no-dev by default
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
347d5924a2
commit
9ae8281ada
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue