From 70ef8895f5cfdce0ded835db34ae30b176077b24 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Wed, 27 Jan 2021 18:31:33 +0100 Subject: [PATCH] Update .drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1fac153..671894b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,8 +16,8 @@ steps: - name: build commands: - cd ./antos - - npm link typescript jest @types/jest ts-jest @types/jquery - - make test + - npm link typescript jest @types/jest ts-jest @types/jquery typedoc + #- make test - BUILDDIR=/opt/cloud/cuser/os make release - DOCDIR=/opt/cloud/cuser/os/doc make doc trigger: