Skip to content

Commit

Permalink
Add npm install to make setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Mar 23, 2014
1 parent 819aa5a commit 7b3bb6a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
.PHONY: test mammoth.browser.js
.PHONY: test mammoth.browser.js npm-install

test:
npm test

setup: static/jszip mammoth.browser.min.js
setup: npm-install static/jszip mammoth.browser.min.js

npm-install:
npm install

static/jszip:
mkdir -p _build/jszip
Expand Down

0 comments on commit 7b3bb6a

Please sign in to comment.