|
|
@ -14,7 +14,8 @@ steps: |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- cd server && npm test; cd .. |
|
|
|
- cd server && npm test; cd .. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
kind: pipeline |
|
|
|
kind: pipeline |
|
|
|
type: kubernetes |
|
|
|
type: kubernetes |
|
|
|
name: front-end |
|
|
|
name: front-end |
|
|
@ -24,11 +25,11 @@ steps: |
|
|
|
image: node |
|
|
|
image: node |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- npm install |
|
|
|
- npm install |
|
|
|
- cd client && npm install; cd .. |
|
|
|
- cd client && npm install; cd .. |
|
|
|
|
|
|
|
|
|
|
|
- name: front-end compile |
|
|
|
- name: front-end compile |
|
|
|
image: node |
|
|
|
image: node |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- cd client && ./node_modules/.bin/tsc; cd .. |
|
|
|
- cd client && ./node_modules/.bin/tsc; cd .. |
|
|
|
|
|
|
|
|
|
|
|
--- |
|
|
|
--- |
|
|
|