diff --git a/.drone.yml b/.drone.yml index 93180aa..a7c5ce6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,7 +46,7 @@ steps: - ls -alh node_modules # 打包 - npm config set cache /node_cache --global - - npm run pre + - npm install - npm run build # 构建镜像