diff --git a/.drone.yml b/.drone.yml index d3e1522..aa36971 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: - ls -alt - npm config set registry https://registry.npm.taobao.org # 切换淘宝镜像 - npm install - - npm run build + - vite build --mode production when: event: push - name: deploy-project