Skip to content

Commit

Permalink
chore: add docs publishing to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Ryazanov committed Aug 2, 2023
1 parent 061da6f commit ad13900
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,10 @@ jobs:
run: yarn build

- name: Release
run: yarn publish
run: yarn release

- name: Build docs
run: yarn docs:build

- name: Publish docs
run: yarn docs:publish
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bootstrap": "yarn --frozen-lockfile",
"build": "lerna run prepack",
"watch": "lerna run watch --parallel",
"publish": "lerna publish --conventional-commits --yes --create-release github",
"release": "lerna publish --loglevel=silly --no-private --conventional-commits --yes --create-release github",
"clean": "git clean -Xdf .",
"docs:build": "yarn --cwd ./website build",
"docs:start": "yarn --cwd ./website start",
Expand Down

0 comments on commit ad13900

Please sign in to comment.