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 081c939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browser-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run stylelint
run: pnpm stylelint 'browser/**/*.(js|jsx|ts|tsx)'
- name: Type check
run: pnpm ts-node ./browser/build/buildHelp.ts && cd browser && pnpm tsc --noEmit --project ../tsconfig.json
run: pnpm ts-node ./browser/build/buildHelp.ts && pnpm typecheck
- name: Verify clean build
run: cd browser && pnpm build
- name: Run Jest tests
Expand Down
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 081c939

Please sign in to comment.