diff --git a/.drone.yml b/.drone.yml index e4b9585..434bc1c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,7 @@ steps: image: node:16.16.0-alpine3.16 commands: - apk add --update --no-cache --virtual .gyp python3 make g++ + - wich python - rm -rf /var/cache/apk/* - npm install - vue-cli-service build --mode production