From fcee550a6b3e6d913caf4fa99e4847780b2aaac6 Mon Sep 17 00:00:00 2001 From: Lourdes Villalobos Date: Fri, 3 Dec 2021 10:22:45 -0800 Subject: [PATCH] fix(lint): generate GraphQL files --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index b83b4685a..c2ba16cff 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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