ref #31
This commit is contained in:
parent
20ec6e0cd6
commit
e59630b17e
@ -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