Skip to content

Commit 4913257

Browse files
committed
The @messageformat/parser build is required for docs generation
1 parent 8be8427 commit 4913257

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
- run: npm ci
2323
working-directory: messageformat
24+
- run: npm run build -w mf1/packages/parser
25+
working-directory: messageformat
2426
- run: npx typedoc --out ../website/
2527
working-directory: messageformat
2628
- run: mv index.html mf2.html

0 commit comments

Comments
 (0)