Skip to content

Commit

Permalink
chore(repo): add correct inputs on build-native
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed May 25, 2024
1 parent a8510be commit 2332ef6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/nx/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"build-native": {
"outputs": [
"{projectRoot}/src/native/*.node",
"{projectRoot}/src/native/*.wasm"
"{projectRoot}/src/native/*.wasm",
"{projectRoot}/src/native/native-bindings.js",
"{projectRoot}/src/native/index.d.ts"
],
"command": "napi build --release --platform --package-json-path packages/nx/package.json --manifest-path packages/nx/Cargo.toml --js ./native-bindings.js -o packages/nx/src/native",
"configurations": {
Expand Down

0 comments on commit 2332ef6

Please sign in to comment.