make tweaks

This commit is contained in:
silverwind 2023-08-29 01:33:58 +02:00
parent cb697b9b08
commit 7367cc7f5d
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -12,6 +12,10 @@ deps: node_modules
lint: node_modules
npx eslint --color .
.PHONY: lint-fix
lint: node_modules
npx eslint --color . --fix
.PHONY: test
test: node_modules build
npx vitest