From fa3abe2af393fe9447505ddf84147f39afd4fe95 Mon Sep 17 00:00:00 2001 From: Josemar Luedke Date: Fri, 28 Jul 2023 16:49:33 -0700 Subject: [PATCH] chore: run tests only in the test-app --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 03e2b046..d0ffb153 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,8 @@ "lint:hbs": "ember-template-lint .", "lint:js": "eslint . --ext .js,.ts", "start": "yarn workspace site start", - "test": "lerna run --parallel test -- --test-port=", - "test:all": "yarn workspaces run test:all", - "try:one": "yarn workspaces run try:one" + "test": "yarn workspace test-app run test", + "try:one": "yarn workspace test-app run try:one" }, "resolutions": { "@ember/test-waiters": "^3.0.2"