Fix releases lint

This commit is contained in:
Gregory Schier
2025-01-13 12:32:20 -08:00
parent 6719573b2b
commit e7184e4d47
2 changed files with 4 additions and 0 deletions

View File

@@ -76,6 +76,9 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run JS build
run: npm run build
- name: Run lint
run: npm run lint