From db5e57735234264b90f24d57485a8ece82590ca4 Mon Sep 17 00:00:00 2001 From: Badisi Date: Fri, 21 Jun 2024 19:34:24 +0200 Subject: [PATCH] chore(package.json): add release-dry-run script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d025c3b..3b5773a5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "scripts": { "ncu": "npx npm-check-updates -i --target=minor --dep=dev,peer,optional,prod --format=group --packageFile='{,projects/**/}package.json'", "lint": "eslint . --fix", - "prepare": "husky || true" + "prepare": "husky || true", + "release:dry-run": "nx release --verbose --dry-run" }, "workspaces": [ "projects/core",