From a2e8abfe3d923b68d489992f749574dfa2d899f1 Mon Sep 17 00:00:00 2001 From: Evan Wallace Date: Sun, 6 Mar 2016 00:25:10 -0800 Subject: [PATCH] it doesn't matter if postinstall.js fails (this caused installing to fail on linux, which uses an incorrect name for the "node" binary) --- npm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/package.json b/npm/package.json index ba2fe528..8af55222 100644 --- a/npm/package.json +++ b/npm/package.json @@ -9,7 +9,7 @@ "skewc": "skewc" }, "scripts": { - "postinstall": "node postinstall.js" + "postinstall": "node postinstall.js || true" }, "repository": { "type": "git",