Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5823 from trufflesuite/build-all-docs
Browse files Browse the repository at this point in the history
Build codec and preserve docs as part of bootstrap
  • Loading branch information
cds-amal authored Jan 10, 2023
2 parents d7d51bd + 43a44fa commit 147698d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"private": true,
"scripts": {
"bootstrap": "yarn exec lerna bootstrap",
"prepare": "lerna run prepare --stream --concurrency=1 && husky install",
"docs": "lerna run docs --stream --concurrency=1",
"prepare": "lerna run prepare --stream --concurrency=1 && husky install && yarn docs",
"publish-release": "./scripts/publish-release.sh",
"publish-dist-tag": "./scripts/publish-dist-tag.sh",
"prepare-release": "./scripts/prepare-release.sh",
Expand Down

0 comments on commit 147698d

Please sign in to comment.