File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -17,22 +17,17 @@ jobs:
1717 - uses : actions/checkout@v4
1818 with :
1919 repository : messageformat/messageformat
20- ref : mf2-docs
2120 path : messageformat
2221
2322 - run : rm -rf *
2423 working-directory : website
2524
2625 - run : npm ci
2726 working-directory : messageformat
28- - run : npm run build -w mf1/packages/parser
27+ - run : npm run build -w mf1/packages/parser -w mf1/packages/date-skeleton -w mf1/packages/number-skeleton
2928 working-directory : messageformat
3029 - run : npx typedoc --cleanOutputDir false --out ../website/
3130 working-directory : messageformat
32- - run : mv index.html mf2.html
33- working-directory : website
34- - run : mv _ index.html
35- working-directory : website
3631
3732 - name : git config
3833 run : |
You can’t perform that action at this time.
0 commit comments