Skip to content

Commit

Permalink
fix(lint): generate GraphQL files
Browse files Browse the repository at this point in the history
  • Loading branch information
LulaV14 authored and baumandm committed Dec 8, 2021
1 parent 99e1ecf commit fcee550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Run ESLint
run: npm ci && npm run bootstrap && npm run lint
run: npm run build:backend && npm run generate && npm run lint
- name: Get commitlint
run: npm install --save-dev @commitlint/config-conventional @commitlint/cli
- name: Configure commitlint
Expand Down

0 comments on commit fcee550

Please sign in to comment.