Update Makefile

This commit is contained in:
Dany LE 2023-01-03 18:34:10 +01:00
parent be73a3c7ae
commit 7b3072576c

View File

@ -228,7 +228,7 @@ release: main uglify
.PHONY: doc release clean
doc:
# npm i typedoc@0.19.0
./node_modules/.bin/typedoc --mode file --excludeNotExported --hideGenerator --name "AntOS API" --out $(DOCDIR)
./node_modules/.bin/typedoc --mode file --excludeNotExported --hideGenerator --name "AntOS $(VERSION)-$(BRANCH)-$(BUILDID) API" --out $(DOCDIR)
test: build_javascripts
jest