We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be8427 commit 4913257Copy full SHA for 4913257
.github/workflows/build.yaml
@@ -21,6 +21,8 @@ jobs:
21
22
- run: npm ci
23
working-directory: messageformat
24
+ - run: npm run build -w mf1/packages/parser
25
+ working-directory: messageformat
26
- run: npx typedoc --out ../website/
27
28
- run: mv index.html mf2.html
0 commit comments