Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
Add a Makefile 🌭
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviervia committed Sep 24, 2016
1 parent 1819762 commit 7c369cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
clean:
rm -rf node_modules

install:
npm install

test:
npm test

0 comments on commit 7c369cc

Please sign in to comment.