diff --git a/nx.json b/nx.json index 48343419..dce58ff1 100644 --- a/nx.json +++ b/nx.json @@ -15,7 +15,7 @@ "default": { "runner": "nx/tasks-runners/default", "options": { - "cacheableOperations": ["build", "lint", "test"] + "cacheableOperations": ["build", "dev:build", "lint", "test"] } } },