mirror of
https://gitlab.com/deeplydrumming/DeemixFix.git
synced 2026-01-16 00:42:57 -03: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
|