Browse Source

Hopefully fix the linter error

pull/2032/head
Gabe Kangas 4 years ago committed by GitHub
parent
commit
d47084f257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/javascript-formatting.yml

2
.github/workflows/javascript-formatting.yml

@ -36,7 +36,7 @@ jobs: @@ -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

Loading…
Cancel
Save