Skip to content

Commit

Permalink
fixup: address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Apr 12, 2024
1 parent c8786ff commit 1176355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/graphql-api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
- name: Run ESLint
run: pnpm eslint graphql-api
- name: Type check
run: pnpm ts-node ./browser/build/buildHelp.ts && cd graphql-api && pnpm tsc --noEmit --project ../tsconfig.json
run: pnpm ts-node ./browser/build/buildHelp.ts && pnpm typecheck
- name: Run tests
run: pnpm jest --selectProjects graphql-api

0 comments on commit 1176355

Please sign in to comment.