chore: update release script

This commit is contained in:
Braks
2022-04-11 11:28:07 +02:00
parent 914db337cf
commit 8e83d6a2af

View File

@@ -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"