blob: e0b51322370f626509d2225b467c04ff67c0b03e [file] [log] [blame]
PATH := $(PATH):$(VANADIUM_ROOT)/environment/cout/node/bin
SHELL := /bin/bash -euo pipefail
node_modules: package.json
@npm prune
@npm install
@touch $@
.PHONY: clean
clean:
@$(RM) -rf node_modules
@$(RM) -rf npm-debug.log
.PHONY: lint
lint:
@jshint .