Skip to content

Commit 11e3ac4

Browse files
committed
add prepublish hook
1 parent 7daf5aa commit 11e3ac4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fontnik",
3-
"version": "0.7.4-dev.2",
3+
"version": "0.7.4-dev.3",
44
"description": "A library that delivers a range of glyphs rendered as SDFs (signed distance fields) in a protobuf.",
55
"keywords": [
66
"font",
@@ -49,7 +49,8 @@
4949
"merge-prebuilds": "mkdir -p prebuilds && mv prebuilds-*/* prebuilds/ && rm -r prebuilds-*/",
5050
"install": "node-gyp-build",
5151
"test": "./node_modules/.bin/tape test/**/*.test.js",
52-
"prebuildify": "prebuildify --napi --tag-uv --tag-libc --strip"
52+
"prebuildify": "prebuildify --napi --tag-uv --tag-libc --strip",
53+
"prepublishOnly": "npm run download-binaries"
5354
},
5455
"binary": {
5556
"module_name": "fontnik",

0 commit comments

Comments
 (0)