From ad1f36d78e1597e866d4ca1f0557d25fc084146d Mon Sep 17 00:00:00 2001 From: "wuyue.xht" Date: Tue, 17 Mar 2020 12:22:41 +0800 Subject: [PATCH] chore: add publishConfig --- packages/runtime-framework/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/runtime-framework/package.json b/packages/runtime-framework/package.json index cc7d06e93..225792897 100644 --- a/packages/runtime-framework/package.json +++ b/packages/runtime-framework/package.json @@ -3,6 +3,9 @@ "version": "0.0.1", "description": "runtime for Ali lowCode engine", "main": "lib/index.js", + "publishConfig": { + "registry": "https://registry.npm.alibaba-inc.com" + }, "files": [ "lib" ],