chore: update release script

This commit is contained in:
Braks
2022-04-11 11:30:10 +02:00
parent 914db337cf
commit 8e83d6a2af
+1 -1
View File
@@ -13,7 +13,7 @@
"docs": "yarn --cwd docs dev", "docs": "yarn --cwd docs dev",
"build": "yarn turbo run build", "build": "yarn turbo run build",
"prerelease": "git-cliff --output CHANGELOG.md && git add CHANGELOG.md && git commit -m \"chore: Update CHANGELOG.md\"", "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", "test": "yarn turbo run test",
"lint": "yarn turbo run lint", "lint": "yarn turbo run lint",
"typedocs": "yarn turbo run typedoc" "typedocs": "yarn turbo run typedoc"