Hopefully fix the linter error

This commit is contained in:
Gabe Kangas 2022-07-03 11:23:55 -07:00 committed by GitHub
parent d12712a107
commit d47084f257
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
run: cd web && npm install
- name: Lint
run: npm run lint