npx figlet "Nextivite"
echo "Pre-commit: lint + format + tests"

npm run lint && npm run format && npm run test:run
