Files
kotisivu/justfile
2026-05-13 21:10:49 +03:00

12 lines
119 B
Makefile

dev:
npm run dev
build:
npm run build
lint:
npm run lint
test:
echo "No test runner configured yet"