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

Commit 147698d

Browse files
authored
Merge pull request #5823 from trufflesuite/build-all-docs
Build codec and preserve docs as part of bootstrap
2 parents d7d51bd + 43a44fa commit 147698d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"private": true,
33
"scripts": {
44
"bootstrap": "yarn exec lerna bootstrap",
5-
"prepare": "lerna run prepare --stream --concurrency=1 && husky install",
5+
"docs": "lerna run docs --stream --concurrency=1",
6+
"prepare": "lerna run prepare --stream --concurrency=1 && husky install && yarn docs",
67
"publish-release": "./scripts/publish-release.sh",
78
"publish-dist-tag": "./scripts/publish-dist-tag.sh",
89
"prepare-release": "./scripts/prepare-release.sh",

0 commit comments

Comments
 (0)