From ef637ebfe1136bf5b0225e62d7d8e2955cbc17cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E6=99=BA=E5=8B=87?= Date: Wed, 24 Jul 2024 17:16:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84=20refactor:=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 3 ++- README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.npmrc b/.npmrc index 214c29d..0f04a08 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ -registry=https://registry.npmjs.org/ +lockfile=false +registry=https://registry.npmjs.org/ \ No newline at end of file diff --git a/README.md b/README.md index cf9e100..5b41192 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# vite-plugin-clean -Vite插件,用于构建前清理上次构建的产物 +# Introduce +用于构建前清理上次构建的产物 ## Install ```bash