From f8207462d6c11eb3ededf50bad9c24ca5b717b27 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 15 Oct 2024 11:56:17 +0200 Subject: [PATCH] fix final --- nx.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nx.json b/nx.json index fdefefad5..0a2b7bad7 100644 --- a/nx.json +++ b/nx.json @@ -114,7 +114,6 @@ "releaseTagPattern": "v{version}" }, "plugins": [ - "./tools/src/debug/debug.plugin.ts", { "plugin": "@push-based/nx-verdaccio", "options": { @@ -127,6 +126,11 @@ } } }, + "./tools/src/debug/debug.plugin.ts", + { + "plugin": "./tools/src/npm/npm.plugin.ts", + "options": { "verbose": true } + }, { "plugin": "./tools/src/publish/publish.plugin.ts", "options": { "verbose": true }