Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vi4m committed Dec 10, 2015
1 parent 91de909 commit b977627
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -13,11 +13,12 @@ upload-package:

install-js:
npm install
bower install

js-hint:
find src/ralph|grep "\.js$$"|grep -v vendor|xargs ./node_modules/.bin/jshint;

install:
install: install-js
pip3 install -r requirements/prod.txt

install-test:
Expand Down

0 comments on commit b977627

Please sign in to comment.