diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 056897cbc7..1af2b927a8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,6 +16,8 @@ pipeline: TAGS: bindata sqlite GOPATH: /srv/app commands: + - apk -U add nodejs nodejs-npm + - npm install - make clean - make generate - make vet |