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

Commit 43a44fa

Browse files
committed
Change preserve and codec typedocs creation
Now if codec or preserve fails building docs, CI will fail. First call `yarn prepare` and allow each package to build, then call `yarn bulid docs` to generate typedocs for built packagers, avoiding dependency build issues.
1 parent 39fe29a commit 43a44fa

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)