diff --git a/.drone.yml b/.drone.yml index 06e75a9..f69db22 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,8 +27,8 @@ steps: # 定义管道的执行步骤 commands: # 当前步骤执行的命令 - ls - pnpm config set registry https://registry.npmmirror.com # 切换源 - - pnpm i # 安装node_modules包 - - pnpm run build # 执行编译 + - pnpm install + - pnpm build # - name: depoly # depends_on: [build] # 依赖的步骤 # image: appleboy/drone-scp