From 24aa3f20711895b51db64d2454e5cc2f626dcc4b Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Wed, 27 Jan 2021 18:44:53 +0100 Subject: [PATCH] Update .drone.yml --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 27e371c..86fc127 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,8 +16,7 @@ steps: - name: build commands: - cd ./antos - - npm install typedoc - - npm link typescript jest @types/jest ts-jest + - npm link typescript jest @types/jest ts-jest typedoc - npm link @types/jquery #- make test - BUILDDIR=/opt/cloud/cuser/os make release