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 b9e3e1a commit 1e7b286Copy full SHA for 1e7b286
.github/workflows/build-push.yml
@@ -40,7 +40,7 @@ jobs:
40
with:
41
node-version: 18
42
- name: Installing packages
43
- run: npm ci
+ run: cd performance && npm ci
44
- name: Generating lighthouse reports for PR and main...
45
run: |
46
node performance/lighthouse-script.js
0 commit comments