更新 .drone.yml
This commit is contained in:
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user