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

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