Skip to content

Commit 463f792

Browse files
committed
Fixup package.json prebuild binary download count
1 parent 0fdb8d5 commit 463f792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test": "nyc mocha --expose-gc",
2828
"install": "node-gyp-build",
2929
"prebuild": "prebuildify --napi --tag-armv --tag-uv",
30-
"prepack": "prebuildify-ci download && ([ $(ls prebuilds | wc -l) = '4' ] || (echo 'Some prebuilds are missing'; exit 1))"
30+
"prepack": "prebuildify-ci download && ([ $(ls prebuilds | wc -l) = '5' ] || (echo 'Some prebuilds are missing'; exit 1))"
3131
},
3232
"dependencies": {
3333
"node-addon-api": "^3.0.0",

0 commit comments

Comments
 (0)