diff --git a/nx.json b/nx.json index ab7d8f55a..f499fd3de 100644 --- a/nx.json +++ b/nx.json @@ -14,7 +14,7 @@ "start": { "dependsOn": ["^build"] }, - "test:core": { + "test:e2e": { "dependsOn": ["^build"] }, "test": {