fix: Fixes workflows.

This commit is contained in:
greysoh 2024-05-10 17:52:16 -04:00
parent b5f1bdd063
commit 4235f2215c
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571
2 changed files with 5 additions and 2 deletions

View file

@ -29,7 +29,7 @@ jobs:
run: npm install --save-dev
- name: Build source
run: npm build
run: npm run build
- name: Run eslint
run: npx eslint src