fix: doc generation use latest typedoc version
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit

This commit is contained in:
DanyLE 2023-05-30 13:11:09 +02:00
parent 961b7dd48f
commit 264fd52770

1
Jenkinsfile vendored
View File

@ -22,6 +22,7 @@ pipeline{
steps {
sh'''
cd $WORKSPACE
[ -d "$WORKSPACE/node_modules" ] && rm -rf "$WORKSPACE/node_modules" || true
npm install terser
npm install uglifycss
npm install typescript