diff --git a/nx.json b/nx.json index 97484615c..492ea24d2 100644 --- a/nx.json +++ b/nx.json @@ -22,6 +22,9 @@ "test:unit": { "dependsOn": ["^test"], "cache": true + }, + "version": { + "dependsOn": ["^version"] } }, "defaultBase": "origin/master",