We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3fea7 commit 3873feeCopy full SHA for 3873fee
nx.json
@@ -24,6 +24,9 @@
24
{
25
"runtime": "node -p '`${process.platform}_${process.arch}`'"
26
},
27
+ {
28
+ "runtime": "rustc --version"
29
+ },
30
31
"externalDependencies": ["npm:@monodon/rust", "npm:@napi-rs/cli"]
32
}
packages/nx/project.json
@@ -143,6 +143,7 @@
143
"format-native": {
144
"command": "cargo fmt",
145
"cache": true,
146
+ "inputs": ["native"],
147
"options": {
148
"cwd": "{projectRoot}/src/native",
149
"args": ["--all", "--check"]
@@ -156,6 +157,7 @@
156
157
"lint-native": {
158
"command": "cargo clippy",
159
160
161
162
163
"args": ["--frozen"]
0 commit comments