From c277eea3a8695b2924d244bfa3f3d1edb3c94f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=B2=E8=80=98=E2=84=A2?= Date: Thu, 4 Jan 2024 11:48:38 +0800 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac19833..9cbb4f6 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ testHg: fi publish: - @npm publish + @npm publish --registry https://registry.npmjs.org/ --access public @git tag $(version) @git push origin $(version)