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" ],