From c00d304520fff4cc4c7618aebb369463f827a962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=95=8A=E5=B9=B3?= <951984189@qq.com> Date: Tue, 16 Mar 2021 19:10:02 +0800 Subject: [PATCH] =?UTF-8?q?serverless=E9=83=A8=E7=BD=B2=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=BF=BD=E7=95=A5package-lock=EF=BC=8C=E9=98=B2=E6=AD=A2?= =?UTF-8?q?=E6=89=93=E5=8C=85=E8=BF=87=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/f.yml b/f.yml index 853dede..922c289 100644 --- a/f.yml +++ b/f.yml @@ -9,4 +9,6 @@ deployType: egg ## 部署的应用类型 package: include: - - public/* \ No newline at end of file + - public/* + exclude: + - package-lock.json ## 忽略 package-lock.json 文件 \ No newline at end of file