From 5d5415a5f4f6ba9bfbd17a3f003f8f68be0c3de2 Mon Sep 17 00:00:00 2001 From: Mitch Goudy Date: Thu, 19 Sep 2024 08:22:54 -0600 Subject: [PATCH] chore: rm dry-run flag --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 096c1c9a9..99fc07047 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "test:prepush": "npm run build && npm run test:unit && npm run test:types", "prepublishOnly": "export PUBLISH_RUN=true && npm run build && unset PUBLISH_RUN", "postpublish": "npm run docs:publish && npm run clean", - "semantic-release": "semantic-release --dry-run", + "semantic-release": "semantic-release", "prepare": "husky" }, "dependencies": {