-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add docs publishing to release workflow
- Loading branch information
Alexey Ryazanov
committed
Aug 2, 2023
1 parent
061da6f
commit 3059e83
Showing
4 changed files
with
2,020 additions
and
1,146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,12 +13,17 @@ | |
"bootstrap": "yarn --frozen-lockfile", | ||
"build": "lerna run prepack", | ||
"watch": "lerna run watch --parallel", | ||
"publish": "lerna publish --conventional-commits --yes --create-release github", | ||
"publish:ci": "lerna publish from-git --yes --create-release github", | ||
"version:ci": "lerna version --no-private --no-push --conventional-commits --yes", | ||
"clean": "git clean -Xdf .", | ||
"docs:build": "yarn --cwd ./website build", | ||
"docs:start": "yarn --cwd ./website start", | ||
"docs:publish": "yarn --cwd ./website publish-gh-pages" | ||
}, | ||
"author": { | ||
"name": "Tinkoff Team", | ||
"email": "[email protected]" | ||
}, | ||
"keywords": [ | ||
"request" | ||
], | ||
|
@@ -32,7 +37,7 @@ | |
"fs-extra": "^10.0.1", | ||
"jest": "^27.5.1", | ||
"jest-date-mock": "^1.0.8", | ||
"lerna": "^4.0.0", | ||
"lerna": "^5.6.2", | ||
"prettier": "^2.5.1", | ||
"size-limit": "^7.0.8", | ||
"ts-jest": "^27.1.3", | ||
|
Oops, something went wrong.