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