mirror of
https://gitlab.com/RemixDev/deemix-gui.git
synced 2025-01-06 15:16:07 +00:00
8 lines
106 B
Makefile
8 lines
106 B
Makefile
NODE_BIN ?= .\node_modules\.bin
|
|
|
|
lint:
|
|
@$(NODE_BIN)\eslint ./src/** --fix
|
|
|
|
build: lint
|
|
@$(NODE_BIN)\tsc
|