Skip to content

Commit a23292f

Browse files
committed
remove 'Build GraphQL Types' step from test.yml
1 parent e6bcb97 commit a23292f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ jobs:
3333
- name: Install dependencies
3434
run: yarn
3535

36-
# hack to build graphql types
37-
- name: Build GraphQL types
38-
run: yarn build
39-
env:
40-
NODE_OPTIONS: --max-old-space-size=4096
41-
4236
- name: Check for typescript errors
4337
run: yarn check-ts-errors
4438

0 commit comments

Comments
 (0)