From 482dbbeb0a98b84dd1a1c708f78780eeefaed5e9 Mon Sep 17 00:00:00 2001 From: yukai Date: Sun, 29 Jun 2025 12:05:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9E=84=E5=BB=BA=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index cd4ec61..3994079 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,7 @@ steps: commands: ## 此处自己定义项目工程的构建命令 - npm install -g pnpm --registry=https://registry.npmmirror.com - pnpm config set registry https://registry.npmmirror.com + - pnpm install --no-frozen-lockfile - pnpm i - pnpm run build:prod - ls -l