chore: update release script
This commit is contained in:
+1
-1
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user