Skip to content

Commit 692ed80

Browse files
chearonzbjornson
authored andcommitted
node-pre-gyp should fallback to node-gyp (#1109)
Fixes #1108
1 parent ffcb8f8 commit 692ed80

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
@@ -29,7 +29,7 @@
2929
"test": "standard examples/*.js test/server.js test/public/*.js benchmark/run.js util/has_lib.js browser.js index.js && mocha test/*.test.js",
3030
"pretest-server": "node-gyp build",
3131
"test-server": "node test/server.js",
32-
"install": "node-pre-gyp install"
32+
"install": "node-pre-gyp install --fallback-to-build"
3333
},
3434
"binary": {
3535
"module_name": "canvas-prebuilt",

0 commit comments

Comments
 (0)