- 删除了 .drone.yml 文件中的 npm test 命令 - 简化了构建流程,仅保留 npm run build 步骤
This commit is contained in:
parent
0517acb025
commit
19662bdb27
@ -39,8 +39,6 @@ steps:
|
||||
commands:
|
||||
# 构建项目
|
||||
- npm run build
|
||||
# 运行测试
|
||||
- npm test
|
||||
|
||||
- name: deploy
|
||||
image: node:22-alpine
|
||||
|
Loading…
Reference in New Issue
Block a user