mirror of
https://gitlab.com/RemixDev/deemix-gui.git
synced 2025-01-04 06:06:09 +00:00
29c84cf8b9
commitc0148e8301
Author: Roberto Tonino <roberto.tonino5@gmail.com> Date: Fri Apr 9 21:06:02 2021 +0200 test: disabled logger when in test mode; refactor: type names commit418fc5647f
Author: Roberto Tonino <roberto.tonino5@gmail.com> Date: Fri Apr 9 20:49:54 2021 +0200 test: added albumSearch test; chore: removed sample endpoint commite2c79f6ee6
Author: Roberto Tonino <roberto.tonino5@gmail.com> Date: Fri Apr 9 19:16:25 2021 +0200 test: added cookie parser test commit78d70b7369
Author: Roberto Tonino <roberto.tonino5@gmail.com> Date: Fri Apr 9 19:07:44 2021 +0200 feat: added root path first test commiteb91ff06d6
Author: Roberto Tonino <roberto.tonino5@gmail.com> Date: Fri Apr 9 18:45:32 2021 +0200 feat: added test deps
11 lines
137 B
Makefile
11 lines
137 B
Makefile
NODE_BIN ?= .\node_modules\.bin
|
|
|
|
lint:
|
|
@$(NODE_BIN)\eslint ./src/** --fix
|
|
|
|
test:
|
|
@$(NODE_BIN)\jest
|
|
|
|
build: lint test
|
|
@$(NODE_BIN)\tsc
|