@ -15,7 +15,6 @@ steps:
- cd server && npm test; cd ..
---
kind: pipeline
type: kubernetes
name: front-end
@ -31,5 +30,3 @@ steps:
image: node
commands:
- cd client && ./node_modules/.bin/tsc; cd ..