langchain4j/docs/Makefile

7 lines
74 B
Makefile

build-docs:
npm ci; \
npm run build
run-docs:
npm ci; \
npm run start