Skip to content

Commit

Permalink
fix: publish api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Sep 16, 2022
1 parent c938bfe commit 533448e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ workflows:
- maintenance
- release-management/release-package:
github-release: true
post-job-steps:
- run: yarn ci-docs
requires:
- release-management/test-package
filters:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
],
"scripts": {
"build": "sf-build",
"clean": "sf-clean",
"ci-docs": "yarn sf-ci-docs",
"clean-all": "sf-clean all",
"clean": "sf-clean",
"compile": "sf-compile",
"docs": "sf-docs",
"format": "sf-format",
Expand Down

0 comments on commit 533448e

Please sign in to comment.