Quellcode durchsuchen

fix:修改配置文件

zcuishan vor 8 Monaten
Ursprung
Commit
5b20e51b9a
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      .drone.yml

+ 3 - 3
.drone.yml

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