Commit 9c7d8806 authored by xinglei's avatar xinglei

*)修改项目打包问题

parent 6493f25b
...@@ -174,5 +174,3 @@ npm run build:sdkmf ...@@ -174,5 +174,3 @@ npm run build:sdkmf
## 其它 ## 其它
umd 或 mf 公共模块,可以在启动的时候,直接使用平台的 umd 和 mf 模块 umd 或 mf 公共模块,可以在启动的时候,直接使用平台的 umd 和 mf 模块
...@@ -18,11 +18,11 @@ ...@@ -18,11 +18,11 @@
"lib" "lib"
], ],
"publishConfig": { "publishConfig": {
"registry": "http://172.16.11.26:9696/" "registry": "http://113.142.68.105:9696/"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "http://172.16.10.76/iotgraph/amos-iot-graphmod.git" "url": "http://39.98.45.134:8090/tool/web-tool.git"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"
......
...@@ -11,11 +11,11 @@ ...@@ -11,11 +11,11 @@
"test": "__tests__" "test": "__tests__"
}, },
"publishConfig": { "publishConfig": {
"registry": "http://172.16.11.26:9696/" "registry": "http://113.142.68.105:9696/"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "http://172.16.10.76/iotgraph/amos-iot-graphmod.git" "url": "http://39.98.45.134:8090/tool/web-tool.git"
}, },
"scripts": { "scripts": {
"clean": "rimraf lib dist released", "clean": "rimraf lib dist released",
......
...@@ -11,11 +11,11 @@ ...@@ -11,11 +11,11 @@
"test": "__tests__" "test": "__tests__"
}, },
"publishConfig": { "publishConfig": {
"registry": "http://172.16.11.26:9696/" "registry": "http://113.142.68.105:9696/"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "http://172.16.10.76/iotgraph/amos-iot-graphmod.git" "url": "http://39.98.45.134:8090/tool/web-tool.git"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"
......
...@@ -11,11 +11,11 @@ ...@@ -11,11 +11,11 @@
"test": "__tests__" "test": "__tests__"
}, },
"publishConfig": { "publishConfig": {
"registry": "http://172.16.11.26:9696/" "registry": "http://113.142.68.105:9696/"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "http://172.16.10.76/iotgraph/amos-iot-graphmod.git" "url": "http://39.98.45.134:8090/tool/web-tool.git"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "http://172.16.10.76/iotgraph/amos-iot-graphmod.git" "url": "http://39.98.45.134:8090/tool/web-tool.git"
}, },
"scripts": { "scripts": {
"clean": "rimraf lib dist released", "clean": "rimraf lib dist released",
......
...@@ -11,11 +11,11 @@ ...@@ -11,11 +11,11 @@
"test": "__tests__" "test": "__tests__"
}, },
"publishConfig": { "publishConfig": {
"registry": "http://172.16.11.26:9696/" "registry": "http://113.142.68.105:9696/"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "http://172.16.10.76/iotgraph/amos-iot-graphmod.git" "url": "http://39.98.45.134:8090/tool/web-tool.git"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"
......
// 根据不同项目引用不同子项目的config.json配置 // 根据不同项目引用不同子项目的config.json配置
const configs = [ const configs = [
// { name: 'team', source: 'packages/graphmod-team/config.json' } { name: 'tool', source: 'packages/graphmod-tool/config.json' }
]; ];
// 加载配置 // 加载配置
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment