There was an error while loading. Please reload this page.
1 parent 706afda commit 9100832Copy full SHA for 9100832
1 file changed
.github/workflows/react18-compat.yaml
@@ -48,4 +48,10 @@ jobs:
48
- name: Test packages
49
run: pnpm run test
50
- name: Type check packages
51
- run: pnpm run types
+ run: |
52
+ pnpm --filter @equinor/eds-tokens types
53
+ pnpm --filter @equinor/eds-utils types
54
+ pnpm --filter @equinor/eds-icons types
55
+ pnpm --filter @equinor/eds-core-react types
56
+ pnpm --filter @equinor/eds-lab-react types
57
+ pnpm --filter @equinor/eds-data-grid-react types
0 commit comments