.PHONY: dist build preview lint
build:
@npm run build
dev:
@npm run dev
preview:
@npm run preview
lint:
@npm run lint