From 2471c97c3d8655c2de878b6e57e6c7e3bb9c9a75 Mon Sep 17 00:00:00 2001 From: salomonelli Date: Thu, 19 Oct 2017 23:29:28 +0200 Subject: [PATCH] ADD concurrently --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c5d347..dbe7ade 100755 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "start": "node build/dev-server.js", "pdf": "node node/app.js", "preview": "node node/preview.js", - "test": "testcafe chrome test/", + "test": "concurrently \"npm run dev\" \"testcafe chrome test/\" --success first --kill-others --raw", "template": "node node/template/template.js", "export": "concurrently \"npm run dev\" \"npm run pdf\" --success first --kill-others --raw", "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"