File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -480,8 +480,14 @@ jobs:
480480 run : |
481481 corepack enable
482482
483+ yarn config set cacheFolder /home/runner/publish-docs-cache
483484 yarn install
484- yarn build:packages
485+
486+ # setup zodern:types. No linters are setup, so this simply installs the packages
487+ yarn meteor lint
488+
489+ cd packages
490+ yarn build:all
485491 env :
486492 CI : true
487493 - name : Run typecheck and linter
Original file line number Diff line number Diff line change 6565 run : |
6666 corepack enable
6767
68+ yarn config set cacheFolder /home/runner/publish-docs-cache
6869 yarn install
69- yarn build:packages
70+
71+ # setup zodern:types. No linters are setup, so this simply installs the packages
72+ yarn meteor lint
73+
74+ cd packages
75+ yarn build:all
7076 env :
7177 CI : true
7278 - name : Run typecheck and linter
You can’t perform that action at this time.
0 commit comments