Commit 6493f25b authored by xinglei's avatar xinglei

*)删除多余数据

parent 39770008
......@@ -19,6 +19,8 @@
"====": "==split==",
"reset": "npm run cleanAll && npm run i:root && npm run link",
"reset:start": "npm run i:root && npm run link && npm run mf:copy && npm run umd:copy",
"build:sdk": "lerna exec --scope website -- npm run sdk",
"build:sdkmf": "lerna exec --scope website -- npm run sdk:mf",
"start:gtool": "lerna exec --scope @gm/graphmod-tool -- npm start",
"build:gtool": "lerna exec --scope @gm/graphmod-tool -- npm run build"
},
......
......@@ -12,38 +12,9 @@ const { configs } = require('./src/config');
const mfInfo = getMfConfigInfo('..');
const umdRc = getRCConfigInfo('umd', '..');
// 指标数据指标 mf entry
// const mfEntry = './src/idx.js';
// const vname = 'lib/idx_v1.0.0.0';
// 安全风险模型
const mfEntry = './src/mcb.js';
const vname = 'lib/mcb_risk_v1.0.0.0';
// 知识库 mf entry
// const mfEntry = './src/knowledge.js';
// const vname = 'lib/knowledgesxs_v1.0.1.4';
// 换流站 mf entry
// const mfEntry = './src/station.js';
// 机场119 mf entry
// const mfEntry = './src/jcs119.js';
// const vname = 'lib/jcs_119_v1.0.0.0';
// 机场消防管理 mf entry
// const mfEntry = './src/jcs.js';
// const vname = 'lib/jcs_v1.0.0.0';
// 机场消防管理 mf entry
// const mfEntry = './src/command.js';
// const vname = 'lib/command_v1.0.0.0';
// 江西电建 mf entry
// const mfEntry = './src/precontrol.js';
// const vname = 'lib/precontrol_v1.0.9.1';
// const mfEntry = './src/tzs.js';
// const vname = 'lib/tzs_v1.0.0.0';
// const mfEntry = './src/ccs.js';
// const vname = 'lib/ccs_v1.0.0.1';
// Atapter工具库
const mfEntry = './src/tool.js';
const vname = 'lib/atl_v1.0.0.0';
const mfOption = {
name: 'amosgm',
......
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