Skip to content

Commit 7a80e91

Browse files
committed
fix
1 parent f6fa4bc commit 7a80e91

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/node.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/publish-libs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,14 @@ jobs:
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

0 commit comments

Comments
 (0)