blob: e0b51322370f626509d2225b467c04ff67c0b03e [file] [log] [blame]
Ivan Pilat5793c052015-01-30 11:49:45 -08001PATH := $(PATH):$(VANADIUM_ROOT)/environment/cout/node/bin
2SHELL := /bin/bash -euo pipefail
Adam Sadovsky574bc022014-10-23 18:05:07 -07003
4node_modules: package.json
Ivan Pilat5793c052015-01-30 11:49:45 -08005 @npm prune
Ivan Pilatf0f3ed52015-03-24 15:52:16 -07006 @npm install
Ivan Pilat03a199c2015-02-02 11:24:11 -08007 @touch $@
Adam Sadovsky574bc022014-10-23 18:05:07 -07008
Ivan Pilat5793c052015-01-30 11:49:45 -08009.PHONY: clean
10clean:
11 @$(RM) -rf node_modules
Ivan Pilatf0f3ed52015-03-24 15:52:16 -070012 @$(RM) -rf npm-debug.log
Adam Sadovsky574bc022014-10-23 18:05:07 -070013
14.PHONY: lint
Ivan Pilat5793c052015-01-30 11:49:45 -080015lint:
16 @jshint .