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