Compare commits

..

2 Commits

Author SHA1 Message Date
5c0518a02a
Merge branch 'main' of git.odit.services:lfk/lfk-client-js
Some checks failed
continuous-integration/drone Build is failing
2023-02-02 10:38:22 +01:00
557054da6c
Bumped build dependencies [CI SKIP] 2023-02-02 10:38:17 +01:00
2 changed files with 6 additions and 5 deletions

View File

@ -22,9 +22,10 @@ steps:
image: registry.odit.services/hub/alpine/git
commands:
- git clone https://git.odit.services/lfk/backend backend
- git checkout dev
- cd backend
- name: run openapi export
image: node:alpine
image: registry.odit.services/hub/library/node:19.5.0-alpine3.16
commands:
- cd backend
- yarn
@ -33,7 +34,7 @@ steps:
- cd ..
- rm -rf backend
- 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:
- yarn
- yarn build

View File

@ -32,8 +32,8 @@
},
"homepage": "https://git.odit.services/lfk/lfk-client-js/",
"devDependencies": {
"openapi-typescript-codegen": "^0.7.0",
"rimraf": "^3.0.2",
"typescript": "^4.1.3"
"openapi-typescript-codegen": "0.7.0",
"rimraf": "4.1.2",
"typescript": "4.9.5"
}
}