From 153239cb549a3b2790871c4079fc55857b51696c Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Thu, 22 Sep 2016 08:24:02 +0200 Subject: [PATCH] Test for all platforms, not just for the current one --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7e0a853..4b226100 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "start": "concurrently --kill-others --raw \"npm run dev\" \"electron app\"", "dev": "webpack -w", "build": "NODE_ENV=production webpack", - "test": "npm run pack && xo && ava", + "test": "npm run dist && xo && ava", "prepublish": "npm test", "prepush": "npm test", "postinstall": "install-app-deps",