blob: f52e1d6d0ebdaac0b66fa05d7e8a824f86530a43 [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
.PHONY: lint
lint:
@jshint .