ci: 移除运行测试步骤
Some checks failed
continuous-integration/drone/push Build is failing

- 删除了 .drone.yml 文件中的 npm test 命令
- 简化了构建流程,仅保留 npm run build 步骤
This commit is contained in:
lixin 2025-01-21 11:56:32 +08:00
parent 0517acb025
commit 19662bdb27

View File

@ -39,8 +39,6 @@ steps:
commands: commands:
# 构建项目 # 构建项目
- npm run build - npm run build
# 运行测试
- npm test
- name: deploy - name: deploy
image: node:22-alpine image: node:22-alpine