Skip to content

Commit 18e5d2e

Browse files
committed
fix: CI/CD
1 parent fdf8cce commit 18e5d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/[email protected]
2424

2525
- name: Install dependencies
26-
run: npm install --package-lock-only && npm ci
26+
run: cd frontend && npm install --package-lock-only && npm ci
2727

2828
- name: Run linters
2929
uses: wearerequired/lint-action@v2

0 commit comments

Comments
 (0)