Fix npx call in drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Tobias Reisinger 2021-06-30 15:37:16 +02:00
parent 22b95341dc
commit 62dae916b1
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -10,7 +10,7 @@ steps:
pull: always
commands:
- npm install
- npx mix install --production
- npx mix build --production
- name: prepare zip
image: bash