From 19662bdb27edabb69cd82da73133f50fb709d36a Mon Sep 17 00:00:00 2001 From: lixin Date: Tue, 21 Jan 2025 11:56:32 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E7=A7=BB=E9=99=A4=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了 .drone.yml 文件中的 npm test 命令 - 简化了构建流程,仅保留 npm run build 步骤 --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2f5466b..ec16e59 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,8 +39,6 @@ steps: commands: # 构建项目 - npm run build - # 运行测试 - - npm test - name: deploy image: node:22-alpine