Fix travis build

This commit is contained in:
Thomas Nordquist
2019-01-29 12:01:39 +01:00
parent 598e0e64fa
commit 0114d938bd

View File

@@ -6,6 +6,7 @@
"scripts": {
"start": "electron .",
"test": "yarn run test-backend",
"install": "cd app; yarn; cd ..",
"build": "tsc && cd app && yarn run build && cd ..",
"test-backend": "cd backend && yarn run test && cd ..",
"prepare-release": "./prepare-release.sh",