From 30f346143fe357aa60c75a5a34a5a2198da94ec6 Mon Sep 17 00:00:00 2001 From: Mo Date: Tue, 5 Jul 2022 10:22:23 -0500 Subject: [PATCH] chore(workflow): build before linting --- .github/workflows/web.release.prod.yml | 4 ++-- .github/workflows/web.release.test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/web.release.prod.yml b/.github/workflows/web.release.prod.yml index b56fd82c2..88adb9e18 100644 --- a/.github/workflows/web.release.prod.yml +++ b/.github/workflows/web.release.prod.yml @@ -21,10 +21,10 @@ jobs: uses: ruby/setup-ruby@v1 - name: Install dependencies run: yarn install - - name: ESLint - run: yarn lint - name: Build run: yarn build:web-server + - name: ESLint + run: yarn lint - name: Test run: yarn test diff --git a/.github/workflows/web.release.test.yml b/.github/workflows/web.release.test.yml index eb2c75a31..73d0c48fc 100644 --- a/.github/workflows/web.release.test.yml +++ b/.github/workflows/web.release.test.yml @@ -17,10 +17,10 @@ jobs: uses: ruby/setup-ruby@v1 - name: Install dependencies run: yarn install - - name: ESLint - run: yarn lint - name: Build run: yarn build:web-server + - name: ESLint + run: yarn lint - name: Test run: yarn test