diff --git a/.drone.yml b/.drone.yml index 126fd19c..bd18ffbe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,8 +29,9 @@ steps: depends_on: ["clone"] image: registry.odit.services/hub/library/node:19.7.0-alpine3.16 commands: - - yarn - - yarn licenses:export + - npm config set registry http://npm-cache.drone.svc.cluster.local:8080 && npm i -g pnpm + - pnpm i + - pnpm licenses:export - name: push new licenses file to repo depends_on: ["run full license export"] image: appleboy/drone-git-push