From 509fa2e69688a59bfcbc5e4787f5bf0944c8eb2a Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Mon, 28 Jan 2019 22:56:33 +0100 Subject: [PATCH] Remove recursive yarn install --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 9c36324..6f831aa 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "scripts": { "start": "electron .", "test": "yarn run test-backend", - "install": "cd app; yarn install; cd ..", "build": "tsc && cd app && yarn run build && cd ..", "test-backend": "cd backend && yarn run test && cd ..", "prepare-release": "./prepare-release.sh",