We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312af51 commit fb7d4d1Copy full SHA for fb7d4d1
1 file changed
.github/workflows/build.yaml
@@ -17,22 +17,17 @@ jobs:
17
- uses: actions/checkout@v4
18
with:
19
repository: messageformat/messageformat
20
- ref: mf2-docs
21
path: messageformat
22
23
- run: rm -rf *
24
working-directory: website
25
26
- run: npm ci
27
working-directory: messageformat
28
- - run: npm run build -w mf1/packages/parser
+ - run: npm run build -w mf1/packages/parser -w mf1/packages/date-skeleton -w mf1/packages/number-skeleton
29
30
- run: npx typedoc --cleanOutputDir false --out ../website/
31
32
- - run: mv index.html mf2.html
33
- working-directory: website
34
- - run: mv _ index.html
35
36
37
- name: git config
38
run: |
0 commit comments