From eda1fe50b9005668503182bcf95ba6e16541efca Mon Sep 17 00:00:00 2001 From: MrKBear Date: Sun, 20 Feb 2022 11:33:32 +0800 Subject: [PATCH] Drone CI Test --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 06ff262..8928d63 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,6 +16,7 @@ steps: path: /drone/src/node_modules commands: - npm config set registry https://registry.npm.taobao.org + - ls ./node_modules - npm ci - npm run release-lab