Fix make file
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit

This commit is contained in:
DanyLE 2023-01-02 10:55:34 +01:00
parent a54015571a
commit 5010d3d492

View File

@ -225,7 +225,7 @@ ar:
echo -n $(VERSION) > release/latest
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)