Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
Merge c78a624 into 8fa03d4
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Nov 7, 2016
2 parents 8fa03d4 + c78a624 commit e4f283a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ ci: test
npm run docs

test: lint
npm run test
npm run $@

lint: node_modules
npm run lint
npm run $@

clean:
rm -rf node_modules

node_modules: package.json
npm install

.PHONY: node_modules
.PHONY: clean

0 comments on commit e4f283a

Please sign in to comment.