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