mirror of
https://gitlab.com/deeplydrumming/DeemixFix.git
synced 2026-01-21 13:19:33 -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
|