mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-23 15:46:45 +02:00
fix: doc generation use latest typedoc version
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit
This commit is contained in:
parent
961b7dd48f
commit
264fd52770
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user