From 62dae916b1a5cc8eebd5deb1c6adcda7c9bd6b56 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Wed, 30 Jun 2021 15:37:16 +0200 Subject: [PATCH] Fix npx call in drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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