Browse Source

feat: dron

DESKTOP-USV654P\pc 8 months ago
parent
commit
ead4456621
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -12,7 +12,7 @@ steps:
      - name: modules-cache
        path: /drone/src/node_modules # 下载依赖的目录挂载出来,防止重复下载
    commands:
-     - yarn i pnpm
+     - npm install -g pnpm
     #  - pnpm config set registry http://registry.npmjs.org
      - pnpm install
      - pnpm run build