Update icons + add documentation build in Jenkinsfile

This commit is contained in:
DanyLE
2023-01-02 10:53:16 +01:00
committed by Dany LE
parent 11fb8c97af
commit b35812bb43
4 changed files with 6 additions and 2 deletions

View File

@ -227,6 +227,7 @@ ar:
release: main uglify
doc:
# npm i typedoc@0.19.0
./node_modules/.bin/typedoc --mode file --excludeNotExported --hideGenerator --name "AntOS API" --out $(DOCDIR)
test: build_javascripts