diff --git a/.drone.yml b/.drone.yml index 3756b47..8fb77fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -54,6 +54,11 @@ steps: - npm ci - npm run build +- name: lint + image: node + commands: + - npm run lint + - name: test image: node commands: