From 1aabc2e60b7c9fbd0a63251df13d0c44a6dd6246 Mon Sep 17 00:00:00 2001 From: getlarge Date: Thu, 13 Jun 2024 11:12:23 +0200 Subject: [PATCH] chore: force build before versioning --- nx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 7d5f7a7..b855cd2 100644 --- a/nx.json +++ b/nx.json @@ -28,7 +28,8 @@ "conventionalCommits": true, "generatorOptions": { "skipLockFileUpdate": true - } + }, + "preVersionCommand": "nx run-many --target=build --all" }, "git": { "commit": true,