更新 .drone.yml

This commit is contained in:
zhangkaihuai
2025-06-14 15:20:57 +00:00
parent f42eacd06e
commit f9ef5c7087

View File

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