diff --git a/nx.json b/nx.json index beca884f..017ce1db 100755 --- a/nx.json +++ b/nx.json @@ -67,6 +67,13 @@ "trackDeps": true } }, + "npm": { + "dependsOn": ["make-publishable"], + "options": { + "access": "public", + "noBuild": true + } + }, "e2e": { "inputs": ["default", "^production"] },