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 dfc15ae commit b08a9a7Copy full SHA for b08a9a7
nx.json
@@ -97,7 +97,11 @@
97
"!{projectRoot}/code-pushup.config.?(m)[jt]s",
98
"!{projectRoot}/zod2md.config.ts"
99
],
100
- "sharedGlobals": []
+ "sharedGlobals": [
101
+ { "runtime": "node -e \"console.log(require('os').platform())\"" },
102
+ { "runtime": "node -v" },
103
+ { "runtime": "npm -v" }
104
+ ]
105
},
106
"workspaceLayout": {
107
"appsDir": "examples",
0 commit comments