From 1f40fc14526c484a7a1e5a103f81fe2b35a5e78d Mon Sep 17 00:00:00 2001 From: Fredrik Forsmo Date: Wed, 20 Jul 2016 12:17:04 +0200 Subject: [PATCH] Add deps command --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index ff7f59c..ba723ee 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,12 @@ POT_NAME := plugin-name POT_FILE := languages/plugin-name.pot POT_SOURCE := $(shell find src -name '*.php' -type f) +deps: + composer install + npm install + brew install gettext + brew link --force gettext + lint: make lint:js make lint:php