Skip to content

Commit b08a9a7

Browse files
committed
ci: invalidate nx cloud cache for different operating system
1 parent dfc15ae commit b08a9a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nx.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,11 @@
9797
"!{projectRoot}/code-pushup.config.?(m)[jt]s",
9898
"!{projectRoot}/zod2md.config.ts"
9999
],
100-
"sharedGlobals": []
100+
"sharedGlobals": [
101+
{ "runtime": "node -e \"console.log(require('os').platform())\"" },
102+
{ "runtime": "node -v" },
103+
{ "runtime": "npm -v" }
104+
]
101105
},
102106
"workspaceLayout": {
103107
"appsDir": "examples",

0 commit comments

Comments
 (0)