Set CI=false to allow build with ESLint warnings
Some checks failed
Build & Deploy OS League Tools / deploy (push) Has been cancelled
Build & Deploy OS League Tools / build (push) Has been cancelled

This commit is contained in:
2026-01-16 23:24:56 +00:00
parent 1c7b48e9d8
commit 5e147ff813

View File

@@ -26,6 +26,8 @@ jobs:
- name: Build production bundle
working-directory: os-league-tools-master
run: npm run build
env:
CI: false
- name: Upload artifact
uses: actions/upload-artifact@v3