Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Fix CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-zeglen committed Jun 15, 2020
1 parent e4fc4d5 commit ee6e47a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
run: |
npm run tsc
- name: Run tslint
- name: Run linters
run: |
npm run tslint
npm run lint
jest-tests:
runs-on: ubuntu-latest
Expand All @@ -70,4 +70,4 @@ jobs:
- name: Run jest
run: |
npm run test
npm run test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"codegen": "apollo codegen:generate --target=typescript gqlTypes",
"codegen-sdk": "apollo codegen:generate --target=typescript gqlTypes --config src/@sdk/apollo.config.js --globalTypesFile src/@sdk/gqlTypes/globalTypes.ts",
"codegen-watch": "npm run codegen -- --watch",
"tslint": "tslint 'src/**/*.ts?(x)'",
"lint": "eslint src",
"tsc": "npx tsc --noEmit & npx tsc --noEmit -p src/@next",
"heroku-postbuild": "npm run build",
"sitemap": "ts-node ./src/sitemap-builder.ts",
Expand Down

0 comments on commit ee6e47a

Please sign in to comment.