feature/31-lib_generation #32
@ -117,11 +117,13 @@ steps:
|
|||||||
- name: build the lib
|
- name: build the lib
|
||||||
image: node:alpine
|
image: node:alpine
|
||||||
commands:
|
commands:
|
||||||
|
- cd backend
|
||||||
- yarn
|
- yarn
|
||||||
- yarn lib
|
- yarn lib
|
||||||
- name: push
|
- name: push
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
|
- cd backend
|
||||||
- mv ./lib/dist ../lib/dist
|
- mv ./lib/dist ../lib/dist
|
||||||
- mv ./lib/openapi.json ../lib/openapi.json
|
- mv ./lib/openapi.json ../lib/openapi.json
|
||||||
- cd ../lib
|
- cd ../lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user