We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdb8d5 commit 463f792Copy full SHA for 463f792
package.json
@@ -27,7 +27,7 @@
27
"test": "nyc mocha --expose-gc",
28
"install": "node-gyp-build",
29
"prebuild": "prebuildify --napi --tag-armv --tag-uv",
30
- "prepack": "prebuildify-ci download && ([ $(ls prebuilds | wc -l) = '4' ] || (echo 'Some prebuilds are missing'; exit 1))"
+ "prepack": "prebuildify-ci download && ([ $(ls prebuilds | wc -l) = '5' ] || (echo 'Some prebuilds are missing'; exit 1))"
31
},
32
"dependencies": {
33
"node-addon-api": "^3.0.0",
0 commit comments