Skip to content

Commit

Permalink
fix(repo): fix native cache inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Aug 8, 2024
1 parent 40d3516 commit e7ea260
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"{projectRoot}/**/Cargo.*",
{
"runtime": "node -p '`${process.platform}_${process.arch}`'"
},
{
"externalDependencies": ["npm:@monodon/rust", "npm:@napi-rs/cli"]
}
],
"e2eInputs": [
Expand Down
1 change: 1 addition & 0 deletions packages/nx/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"targets": {
"build-native-wasm": {
"cache": true,
"inputs": ["native"],
"outputs": [
"{projectRoot}/src/native/*.wasm",
"{projectRoot}/src/native/*.js",
Expand Down

0 comments on commit e7ea260

Please sign in to comment.