diff --git a/.drone.yml b/.drone.yml index ed73748..7cd7156 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ pipeline: commands: - cd frontend/ - npm install - - npm run build --report + - npm run build when: event: [ push, tag, pull_request ]