diff --git a/.drone.yml b/.drone.yml index e5b528c..999ce42 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,10 @@ type: docker name: default steps: + - name: Submodules + image: alpine/git + commands: + - git submodule update --recursive --remote - name: Lint checks image: node:14.16-alpine commands: