Remove recursive yarn install

This commit is contained in:
Thomas Nordquist
2019-01-28 22:56:33 +01:00
parent e813ff6c9f
commit 509fa2e696

View File

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