更新 .drone.yml

This commit is contained in:
zhangkaihuai
2025-07-22 07:45:47 +00:00
parent af2788583f
commit e2e4d3226f

View File

@@ -14,8 +14,6 @@ steps:
path: /drone/src/node_modules
commands:
- export CI=false
- npm cache clean --force
- rm -rf node_modules
- mkdir -p /app/build/$DRONE_REPO_NAME
- rm -rf /app/build/$DRONE_REPO_NAME/*
- rm -rf node_modules