blob: 5ae2f19fd5ae5ae02aa4d62d947e18e6b947644a [file] [log] [blame]
PATH := $(PATH):$(V23_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 .