From 25c1051e93c034444f89091aec785de0561aa726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Tue, 1 Aug 2023 09:54:18 +0800 Subject: [PATCH] chore: fix test script --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5519489..5dff4aa 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "license": "MIT", "author": "唯然=16" + }, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" } }