From 7a5f15fd03eab4befb8a15a64e84475eec0e2a11 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Wed, 27 Jan 2021 18:19:27 +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 389904e..0f068e0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: - cd ./antos && git checkout master - name: build commands: - - npm install @types/jquery @types/jest ts-jest -g + - npm install @types/jquery - cd ./antos && make test - BUILDDIR=/opt/cloud/cuser/os cd ./antos && make release - DOCDIR=/opt/cloud/cuser/os/doc cd ./antos && make doc