Merge pull request #14 from nextcloud-gmbh/makefile

Add composer install to makefile targets
pull/19/head
Julius Härtl 2018-10-26 11:57:05 +02:00 zatwierdzone przez GitHub
commit 9267713541
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
all: dev-setup lint build-js-production test
# Dev env management
dev-setup: clean clean-dev npm-init
dev-setup: clean clean-dev npm-init composer
npm-init:
npm install