Refactor installation scripts

This commit is contained in:
Shivam Mathur
2019-10-11 12:48:49 +05:30
parent 3087ceb811
commit e755fb7a69
25 changed files with 345 additions and 520 deletions
+1 -3
View File
@@ -66,6 +66,4 @@ function run() {
});
}
// call the run function
run().then(function () {
console.log('done');
});
run();