From 7c01e58a8dda6dccdd2323556aa622d48932a8b5 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Wed, 27 Jan 2021 18:13:03 +0100 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0e2df51..3ec86cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: - cd ./antos && git checkout master - name: build commands: - - npm install @types/jquery jest @types/jest ts-jest + - npm install @types/jquery @types/jest ts-jest - cd ./antos && make test - BUILDDIR=/opt/cloud/cuser/os cd ./antos && make release - DOCDIR=/opt/cloud/cuser/os/doc cd ./antos && make doc