From 9d9e795dfb16c6839732ff448ce62269119eb7f0 Mon Sep 17 00:00:00 2001 From: ChristopherPHolder Date: Sat, 29 Jun 2024 17:31:25 +0200 Subject: [PATCH] fix(esbuild-meta): fix release config --- nx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 3d07386..8c24d3a 100644 --- a/nx.json +++ b/nx.json @@ -74,7 +74,8 @@ "projectsRelationship": "independent", "version": { "conventionalCommits": true, - "preVersionCommand": "npx nx run-many -t build" + "preVersionCommand": "npx nx run-many -t build", + "packageRoot": "dist/packages/{projectName}" }, "changelog": { "projectChangelogs": {