We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a4e38 commit 30c5966Copy full SHA for 30c5966
Tocsoft.GraphQLCodeGen.Npm/app.js
@@ -20,7 +20,7 @@ if (process.env["windir"]) {
20
21
//we need to check if we are running from a packages/installed version or source
22
var isDevMode = true;
23
-if (fs.existsSync(__dirname + '/Tocsoft.GraphQLCodeGen.Npm.csproj')) {
+if (!fs.existsSync(__dirname + '/Tocsoft.GraphQLCodeGen.Npm.csproj')) {
24
//we are in a released mode
25
isDevMode = false;
26
}
0 commit comments