From 9f2526473329e5082eda9f49de090ba41d24f49f Mon Sep 17 00:00:00 2001 From: Dominic Kolbe Date: Wed, 25 Aug 2021 00:29:05 +0100 Subject: [PATCH] fix: postinstall chmod --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84f302f..2c8197c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "prettier:check": "prettier --check src/**/*", "prettier:fix": "prettier --write src/**/*", "test": "yarn prettier:check", - "postinstall": "chmod -R +x ./bin" + "postinstall": "chmod -R +x ./bin 2>/dev/null" }, "dependencies": { "axios": "0.21.1",