From 61a8c63944c07155c948df912b551800d81f7c2c Mon Sep 17 00:00:00 2001 From: Sainan Date: Fri, 31 May 2024 09:54:41 +0200 Subject: [PATCH] Ensure 'npm run lint' passes without errors in workflows --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5bff297..0af70682 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,3 +18,4 @@ jobs: - run: cp config.json.example config.json - run: echo '{"version":"","buildLabel":"","matchmakingBuildId":""}' > static/data/buildConfig.json - run: npm run build + - run: npm run lint