From ed2de53fc174b15125b965e8bb11252f32e46fb9 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 15 Oct 2024 11:48:04 +0200 Subject: [PATCH] fix --- nx.json | 9 +++++++++ project.json | 8 -------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/nx.json b/nx.json index 9aac2b6d7..fdefefad5 100644 --- a/nx.json +++ b/nx.json @@ -114,6 +114,7 @@ "releaseTagPattern": "v{version}" }, "plugins": [ + "./tools/src/debug/debug.plugin.ts", { "plugin": "@push-based/nx-verdaccio", "options": { @@ -125,6 +126,14 @@ "filterByTags": ["publishable"] } } + }, + { + "plugin": "./tools/src/publish/publish.plugin.ts", + "options": { "verbose": true } + }, + { + "plugin": "./tools/src/verdaccio/verdaccio.plugin.ts", + "options": { "verbose": true } } ] } diff --git a/project.json b/project.json index 8263e691e..93f3644ef 100644 --- a/project.json +++ b/project.json @@ -2,14 +2,6 @@ "name": "@code-pushup/cli-source", "$schema": "node_modules/nx/schemas/project-schema.json", "targets": { - "start-verdaccio-server": { - "executor": "@nx/js:verdaccio", - "options": { - "port": 4873, - "config": ".verdaccio/config.yml", - "storage": "tmp/local-registry/storage" - } - }, "code-pushup": { "command": "npx dist/packages/cli", "dependsOn": [