From efe3e02e5e2b35f4585c9f721578f004ef092f0a Mon Sep 17 00:00:00 2001 From: Sander Vocke Date: Thu, 13 Aug 2020 21:29:06 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index bd8fe34..e89500b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,10 +7,10 @@ steps: image: node commands: - npm install - - cd server && npm install - - cd client && npm install + - cd server && npm install; cd .. + - cd client && npm install; cd .. - name: back-end test image: node commands: - - cd server && npm test \ No newline at end of file + - cd server && npm test; cd .. \ No newline at end of file