ollama4j/Makefile
Amith Koujalgi f4d8671922 updated docs
2023-12-30 23:10:50 +05:30

19 lines
516 B
Makefile

build:
mvn -B clean install
ut:
mvn clean test -Punit-tests
it:
mvn clean verify -Pintegration-tests
list-releases:
curl 'https://central.sonatype.com/api/internal/browse/component/versions?sortField=normalizedVersion&sortDirection=asc&page=0&size=12&filter=namespace%3Aio.github.amithkoujalgi%2Cname%3Aollama4j' \
--compressed \
--silent | jq '.components[].version'
build-docs:
npm i --prefix docs && npm run build --prefix docs
start-docs:
npm i --prefix docs && npm run start --prefix docs