Skip to content

Commit

Permalink
write to dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Feb 17, 2024
1 parent 1d27fc7 commit ee96de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tiktoken-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
},
"wireit": {
"build": {
"command": "napi build --platform --release",
"command": "napi build --platform --release ./dist",
"files": [
"src/**",
"Cargo.toml",
"Cargo.lock",
"build.rs"
],
"output": [
"tiktoken-node.*.node"
"dist/tiktoken-node.*.node"
]
}
}
Expand Down

0 comments on commit ee96de3

Please sign in to comment.