Skip to content

Commit

Permalink
Add deps command
Browse files Browse the repository at this point in the history
  • Loading branch information
frozzare committed Jul 20, 2016
1 parent 5111d68 commit 1f40fc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f40fc1

Please sign in to comment.