Skip to content

Commit 8e2d9e4

Browse files
committed
[pkg] Use the --target option in the prebuild* scripts
1 parent 30b53f5 commit 8e2d9e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"scripts": {
1010
"install": "node-gyp-build",
11-
"prebuild": "prebuildify --napi --strip",
12-
"prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip",
11+
"prebuild": "prebuildify --napi --strip --target=14.0.0",
12+
"prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip --target=14.0.0",
1313
"test": "mocha"
1414
},
1515
"repository": {

0 commit comments

Comments
 (0)