From cf19db04e769194a054d64f312726ce4b9820858 Mon Sep 17 00:00:00 2001
From: fanxuehan <fanxuehan@qq.com>
Date: Mon, 29 Mar 2021 11:00:48 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20build.sh=E6=96=B0=E5=A2=9Enpm=20install?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 publish/build.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/publish/build.sh b/publish/build.sh
index f7fcf17..af43e74 100644
--- a/publish/build.sh
+++ b/publish/build.sh
@@ -8,6 +8,8 @@ node build_check.js
 
 set +e
 
+npm install
+
 cd ../form 
 
 npm install
-- 
2.21.0