forked from Mirror/ollama4j
Add dev setup instructions and update pre-commit config
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,3 +1,10 @@
|
||||
dev:
|
||||
@echo "Setting up dev environment..."
|
||||
@command -v pre-commit >/dev/null 2>&1 || { echo "Error: pre-commit is not installed. Please install it first."; exit 1; }
|
||||
pre-commit install
|
||||
pre-commit autoupdate
|
||||
pre-commit install --install-hooks
|
||||
|
||||
build:
|
||||
mvn -B clean install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user