From 96ed5ee52afa089d87241f98a17002e5511ebf37 Mon Sep 17 00:00:00 2001 From: Tobias Bocanegra Date: Thu, 18 Jan 2024 10:53:29 +0100 Subject: [PATCH] chore: fix release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0bae8c4e..93365228 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "docs": "npm run docs:schema && npm run docs:api", "test": "npm test -ws", "lint": "npm run lint -ws", - "semantic-release": "npx --no-install -ws semantic-release -e semantic-release-monorepo", + "semantic-release": "npx --no-install -ws semantic-release", "semantic-release-dry": "npx --no-install -ws semantic-release --dry-run --branches $CI_BRANCH", "prepare": "husky install", "clean": "rm -rf package-lock.json node_modules"