From d679ceeb9b283f184c1c991954ff6d5d3ed5876a Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 7 Feb 2020 23:29:53 +0000 Subject: [PATCH] Removed postinstall for joplin-renderer --- CliClient/package.json | 3 ++- package.json | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CliClient/package.json b/CliClient/package.json index c0fb2739f..b8e9b20ab 100644 --- a/CliClient/package.json +++ b/CliClient/package.json @@ -16,7 +16,8 @@ 2016, 2017, 2018, - 2019 + 2019, + 2020 ], "owner": "Laurent Cozic" }, diff --git a/package.json b/package.json index 70bad06f9..43c7da888 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,7 @@ "linter-ci": "./node_modules/.bin/eslint --ext .js --ext .jsx --ext .ts --ext .tsx", "tsc": "tsc", "tsc-watch": "tsc --watch", - "copyLib": "rsync --delete -a ReactNativeClient/lib/ ElectronClient/app/lib/", - "postinstall": "cd ReactNativeClient && cd lib && cd joplin-renderer && npm i" + "copyLib": "rsync --delete -a ReactNativeClient/lib/ ElectronClient/app/lib/" }, "husky": { "hooks": {