diff --git a/.github/workflows/client_tests.js.yml b/.github/workflows/client_tests.js.yml index 136318b32..0ae6f75a2 100644 --- a/.github/workflows/client_tests.js.yml +++ b/.github/workflows/client_tests.js.yml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: npm ci - name: Lint - run: npm run prettier && npm run lint + run: npm run prettier - name: Build run: npm run build - name: Install Playwright diff --git a/.github/workflows/ssr_tests.js.yml b/.github/workflows/ssr_tests.js.yml index 10b9dc248..f8785e659 100644 --- a/.github/workflows/ssr_tests.js.yml +++ b/.github/workflows/ssr_tests.js.yml @@ -27,7 +27,7 @@ jobs: run: npm ci # Just lint here too. Save some GH Action minutes and not need to use "depends_on" or anything. - name: Lint - run: npm run prettier && npm run lint + run: npm run prettier - name: Build run: npm run build