@ -10,6 +10,11 @@ steps:
- cd server && npm install; cd ..
- cd client && npm install; cd ..
- name: front-end build
image: node
commands:
- cd client && npm build; cd ..
- name: back-end test