Bumped build dependencies [CI SKIP]
This commit is contained in:
parent
98e32555cf
commit
557054da6c
@ -22,9 +22,10 @@ steps:
|
|||||||
image: registry.odit.services/hub/alpine/git
|
image: registry.odit.services/hub/alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git clone https://git.odit.services/lfk/backend backend
|
- git clone https://git.odit.services/lfk/backend backend
|
||||||
|
- git checkout dev
|
||||||
- cd backend
|
- cd backend
|
||||||
- name: run openapi export
|
- name: run openapi export
|
||||||
image: node:alpine
|
image: registry.odit.services/hub/library/node:19.5.0-alpine3.16
|
||||||
commands:
|
commands:
|
||||||
- cd backend
|
- cd backend
|
||||||
- yarn
|
- yarn
|
||||||
@ -33,7 +34,7 @@ steps:
|
|||||||
- cd ..
|
- cd ..
|
||||||
- rm -rf backend
|
- rm -rf backend
|
||||||
- name: run lib build
|
- name: run lib build
|
||||||
image: registry.odit.services/hub/library/node:alpine
|
image: registry.odit.services/hub/library/node:19.5.0-alpine3.16
|
||||||
commands:
|
commands:
|
||||||
- yarn
|
- yarn
|
||||||
- yarn build
|
- yarn build
|
||||||
|
@ -32,8 +32,8 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://git.odit.services/lfk/lfk-client-js/",
|
"homepage": "https://git.odit.services/lfk/lfk-client-js/",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"openapi-typescript-codegen": "^0.7.0",
|
"openapi-typescript-codegen": "0.7.0",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "4.1.2",
|
||||||
"typescript": "^4.1.3"
|
"typescript": "4.9.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user