Update Makefile

This commit is contained in:
Dany LE 2023-01-03 18:34:10 +01:00 committed by DanyLE
parent c2d395138f
commit cc6c136a06

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