diff --git a/.drone.yml b/.drone.yml index ddf6012..05c7e6b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ pipeline: commands: - cd assets/ - npm install - - npm build + - npm run build when: event: [ push, tag, pull_request ]