diff --git a/.drone.yml b/.drone.yml index 8adb313..d1632c7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,8 +13,8 @@ steps: - npm config set registry https://registry.npm.taobao.org - npm ci - npm run release-lab - - mkdir /tmp/cache - - cp -r build/* /tmp/cache + - mkdir -p /tmp/cache + - cp -f -r build/* /tmp/cache volumes: - name: publish