fix: type checking errors; feat: added .yarnrc file; chore: linting
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
NODE_BIN ?= .\node_modules\.bin
|
||||
|
||||
lint:
|
||||
@$(NODE_BIN)\eslint ./src/** --fix
|
||||
$(NODE_BIN)\eslint ./src/** --fix
|
||||
|
||||
test:
|
||||
@$(NODE_BIN)\jest
|
||||
$(NODE_BIN)\jest
|
||||
|
||||
build: lint test
|
||||
@$(NODE_BIN)\tsc
|
||||
$(NODE_BIN)\tsc
|
||||
|
||||
Reference in New Issue
Block a user