From a3bbcee5f4106557ce765972896404e10e45b980 Mon Sep 17 00:00:00 2001 From: niushuai233 Date: Fri, 30 Dec 2022 14:26:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # 构建镜像