diff --git a/.drone.yml b/.drone.yml index e89500b..bba996c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 image: node commands: