From 8e83d6a2afdc28ececc54fd93ca0e8e4360c5f70 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Mon, 11 Apr 2022 11:28:07 +0200 Subject: [PATCH] chore: update release script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0f53c40..b4adda88 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "docs": "yarn --cwd docs dev", "build": "yarn turbo run build", "prerelease": "git-cliff --output CHANGELOG.md && git add CHANGELOG.md && git commit -m \"chore: Update CHANGELOG.md\"", - "release": "yarn turbo run release", + "release": "yarn --cwd package release", "test": "yarn turbo run test", "lint": "yarn turbo run lint", "typedocs": "yarn turbo run typedoc"