@@ -0,0 +1,13 @@
+kind: pipeline
+type: docker
+name: default
+
+steps:
+- name: build-ui
+ image: node:12.7.0
+ commands:
+ - cd client
+ - yarn install
+ - yarn build