diff --git a/nx.json b/nx.json index 2d432eee2..58403200a 100644 --- a/nx.json +++ b/nx.json @@ -97,7 +97,11 @@ "!{projectRoot}/code-pushup.config.?(m)[jt]s", "!{projectRoot}/zod2md.config.ts" ], - "sharedGlobals": [] + "sharedGlobals": [ + { "runtime": "node -e \"console.log(require('os').platform())\"" }, + { "runtime": "node -v" }, + { "runtime": "npm -v" } + ] }, "workspaceLayout": { "appsDir": "examples",