From 9551abe97519d6cb623af84c7acb16eec446ad52 Mon Sep 17 00:00:00 2001 From: zhangkaihuai Date: Sun, 15 Sep 2024 09:54:57 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.drone.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 500d2e7..42b6abe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,7 @@ steps: - cp nginx.conf /app/build/$DRONE_REPO_NAME/ - npm -v - ls + - rm -rf ./node_modules - mkdir -p ./node_modules - export NODE_MODULES_PATH=`pwd`/node_modules - npm config set registry https://registry.npmmirror.com