deemix-gui/server/Makefile

11 lines
137 B
Makefile
Raw Permalink Normal View History

NODE_BIN ?= .\node_modules\.bin
lint:
@$(NODE_BIN)\eslint ./src/** --fix
2021-04-09 18:45:32 +02:00
test:
@$(NODE_BIN)\jest
build: lint test
@$(NODE_BIN)\tsc