Skip to content

Commit b15f5ed

Browse files
committed
Linked with new local-cli
1 parent 2e2e577 commit b15f5ed

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

local-cli/cli.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
var spawn = require('child_process').spawn;
88
var path = require('path');
9+
10+
var init = require('./init.js');
911
var install = require('./install.js');
1012
var bundle = require('./bundle.js');
1113

@@ -59,10 +61,6 @@ function run() {
5961
// Here goes any cli commands we need to
6062
}
6163

62-
function init(root, projectName) {
63-
spawn(path.resolve(__dirname, '../init.sh'), [projectName], {stdio:'inherit'});
64-
}
65-
6664
if (require.main === module) {
6765
run();
6866
}
File renamed without changes.

0 commit comments

Comments
 (0)