[index.js][s] : remove the demo test fromindex.js

This commit is contained in:
steveoni 2020-11-24 11:54:41 +01:00
parent 8b79a7bad4
commit 97b721cc14

View File

@ -1,9 +0,0 @@
const copy = require("./helpers/copy");
const install = require("./helpers/install");
const path = require('path');
(async ()=>{
const root = [__dirname, "templates"].join(path.sep);
await copy(root,"Datahub")
await install("Datahub", true);
})().catch(e=> console.log(e));