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