diff --git a/.drone.yml b/.drone.yml index 2600890..0a2e07d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,4 +8,4 @@ steps: commands: - "npm install" - "npm test -- --watchAll=false" - - "npm build" + - "npm run build"