.PHONY: dev build test lint

dev:
	npm run dev

build:
	npm run build

test:
	npm test

lint:
	npm run lint
