Skip to content

Commit 1e7b286

Browse files
committed
Chore: Fixed CI install
1 parent b9e3e1a commit 1e7b286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
node-version: 18
4242
- name: Installing packages
43-
run: npm ci
43+
run: cd performance && npm ci
4444
- name: Generating lighthouse reports for PR and main...
4545
run: |
4646
node performance/lighthouse-script.js

0 commit comments

Comments
 (0)