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",