From 9caa301f408e97f397b110a5848a370d87cef584 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 17 Apr 2017 23:23:48 +0200 Subject: [PATCH] cli now sets environment variable --- assets/cli.js | 1 + 1 file changed, 1 insertion(+) 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