From 1791e581dfb5a9efc9be1e9c6505ae822cc8f6a0 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Wed, 27 Jan 2021 18:06:34 +0100 Subject: [PATCH] Update .drone.yml --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index b5c5702..0f068e0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,7 @@ steps: - cd ./antos && git checkout master - name: build commands: + - 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