diff --git a/.drone.yml b/.drone.yml index aa36971..d3e1522 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 - - vite build --mode production + - npm run build when: event: push - name: deploy-project