CI: Linting Fix (#1413)

Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
matt korwel 2025-06-24 21:18:51 -07:00 committed by GitHub
parent 4cc2b27f1d
commit 9a093e4b51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -37,7 +37,7 @@ jobs:
git diff --exit-code
- name: Run linter
run: npm run lint
run: npm run lint:ci
- name: Build project
run: npm run build