Ensure 'npm run lint' passes without errors in workflows

This commit is contained in:
Sainan 2024-05-31 09:54:41 +02:00
parent 9dd5e5c927
commit 61a8c63944

View File

@ -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