From 42f81a2c18bc9c76e839e15bf153d4ae23661a4f Mon Sep 17 00:00:00 2001 From: Josemar Luedke Date: Wed, 25 Mar 2020 20:14:36 -0700 Subject: [PATCH] Run tests in parallel using lerna --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 143f32d9..cee4e261 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lint:hbs": "ember-template-lint .", "lint:js": "eslint . --ext .js,.ts", "start": "yarn workspace docs start", - "test": "yarn workspaces run test", + "test": "lerna run --parallel test -- --test-port=", "test:all": "yarn workspaces run test:all", "try:one": "yarn workspaces run try:one" },