Skip to content

Commit

Permalink
Only do linux-armv7 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Jan 27, 2019
1 parent 53e8575 commit 92bb36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"hallmark": "hallmark --fix",
"dependency-check": "dependency-check . test/*.js bench/*.js",
"prepublishOnly": "npm run dependency-check",
"prebuild-arm": "npm run prebuild-linux-armv7 && npm run prebuild-linux-arm64",
"prebuild-arm": "npm run prebuild-linux-armv7",
"prebuild-linux-armv7": "./scripts/prebuild-linux-armv7",
"prebuild-linux-arm64": "./scripts/prebuild-linux-arm64",
"prebuild-android-arm": "prebuildify-cross --platform=android --arch=arm --arm-version=7 -- -t 8.14.0 --napi --strip",
Expand Down

0 comments on commit 92bb36e

Please sign in to comment.