Skip to content

Commit

Permalink
No need to build docs any more when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar authored Feb 3, 2025
1 parent 68e4b02 commit c5ecf28
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions PUBLISHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ Commit the changes.
git add package.json package-lock.json CHANGELOG.md
git commit -m "Changes for 2.11.0"

### Update README when API docs changed

To build the docs, run

npm run doc

When the above results in changes to README.md, commit these changes to master:

git add README.md
git commit -m "Update API docs in README"

### Merge the release branch

Expand Down

0 comments on commit c5ecf28

Please sign in to comment.