We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf8cce commit 18e5d2eCopy full SHA for 18e5d2e
.github/workflows/master.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/[email protected]
24
25
- name: Install dependencies
26
- run: npm install --package-lock-only && npm ci
+ run: cd frontend && npm install --package-lock-only && npm ci
27
28
- name: Run linters
29
uses: wearerequired/lint-action@v2
0 commit comments