Skip to content

Commit

Permalink
[pkg] Remove prebuild-linux-arm script
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Oct 13, 2021
1 parent 24cdc59 commit f87fd0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"install": "node-gyp-build",
"prebuild": "prebuildify --napi --strip",
"prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip",
"prebuild-linux-arm": "prebuildify-cross -i linux-armv6 -i linux-armv7 -i linux-arm64 --napi --strip",
"test": "mocha"
},
"repository": {
Expand Down

0 comments on commit f87fd0e

Please sign in to comment.