diff --git a/bin/index.js b/bin/index.js index 9a51a40..ccf3d23 100755 --- a/bin/index.js +++ b/bin/index.js @@ -1,4 +1,3 @@ #!/usr/bin/env node -process.env.NODE_ENV === 'test' - ? require('../src/cli')() - : require('../lib/cli')() \ No newline at end of file +// FIXME +require('../src/cli')()