diff --git a/.drone.yml b/.drone.yml index 23be5e8..538189a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: pull: always commands: - npm install - - npx mix install --production + - npx mix build --production - name: prepare zip image: bash