0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-19 19:42:19 +02:00

node: Put an empty install script so node-gyp isn't invoked implicitly

This commit is contained in:
Jordan Rose 2024-07-11 13:47:48 -07:00
parent 7261c37b46
commit 5b63a03ecd

View File

@ -17,6 +17,7 @@
"prebuilds/*/*.node"
],
"scripts": {
"install": "echo Use \\`npx node-gyp rebuild\\` to build the native library from scratch if needed",
"build": "node-gyp build",
"build-with-debug-level-logs": "npx --libsignal-debug-level-logs node-gyp build",
"tsc": "tsc -b",