mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 05:58:22 +01:00
fix(Jenkinsfile): use typescript 5.0 as typedoc 0.24 depends on it
This commit is contained in:
parent
a00acf4bbf
commit
082a85644b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -25,7 +25,7 @@ pipeline{
|
|||||||
[ -d "$WORKSPACE/node_modules" ] && rm -rf "$WORKSPACE/node_modules" || true
|
[ -d "$WORKSPACE/node_modules" ] && rm -rf "$WORKSPACE/node_modules" || true
|
||||||
npm install terser
|
npm install terser
|
||||||
npm install uglifycss
|
npm install uglifycss
|
||||||
npm install typescript
|
npm install typescript@5.0
|
||||||
npm install @types/jquery
|
npm install @types/jquery
|
||||||
npm i typedoc@0.24
|
npm i typedoc@0.24
|
||||||
npm i typedoc-plugin-merge-modules
|
npm i typedoc-plugin-merge-modules
|
||||||
|
Loading…
Reference in New Issue
Block a user