From b84b482752f37cf9fef90cff27e6ed9acbf4c8bf Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Fri, 8 Mar 2024 19:55:53 +0800 Subject: [PATCH] ci(custom): --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 08f606b..aa1c63c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: - test commands: - npm config set registry https://registry.npmmirror.com/ - - npm run install + - npm install - npm run build:h5:test - rm -rf dist.tar - rm -rf node_modules @@ -29,7 +29,7 @@ steps: - master commands: - npm config set registry https://registry.npmmirror.com/ - - npm run install + - npm install - npm run build:h5:prod - rm -rf dist.tar - rm -rf node_modules