Test for all platforms, not just for the current one

This commit is contained in:
Leo Lamprecht 2016-09-22 08:24:02 +02:00
parent de3c7d01e9
commit 153239cb54
No known key found for this signature in database
GPG key ID: C251EE4DA454117B

View file

@ -106,7 +106,7 @@
"start": "concurrently --kill-others --raw \"npm run dev\" \"electron app\"", "start": "concurrently --kill-others --raw \"npm run dev\" \"electron app\"",
"dev": "webpack -w", "dev": "webpack -w",
"build": "NODE_ENV=production webpack", "build": "NODE_ENV=production webpack",
"test": "npm run pack && xo && ava", "test": "npm run dist && xo && ava",
"prepublish": "npm test", "prepublish": "npm test",
"prepush": "npm test", "prepush": "npm test",
"postinstall": "install-app-deps", "postinstall": "install-app-deps",