Skip to content

Commit

Permalink
[pkg] Use the --target option in the prebuild* scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Oct 18, 2022
1 parent 30b53f5 commit 8e2d9e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"scripts": {
"install": "node-gyp-build",
"prebuild": "prebuildify --napi --strip",
"prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip",
"prebuild": "prebuildify --napi --strip --target=14.0.0",
"prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip --target=14.0.0",
"test": "mocha"
},
"repository": {
Expand Down

0 comments on commit 8e2d9e4

Please sign in to comment.