diff --git a/assets/cli.js b/assets/cli.js index c9808e7..d923745 100644 --- a/assets/cli.js +++ b/assets/cli.js @@ -1,2 +1,3 @@ #!/usr/bin/env node +process.env.CLI_CALL = 'true' var index = require("../{{pathToIndex}}"); \ No newline at end of file