Skip to content

Commit

Permalink
fix: lighthouse conf
Browse files Browse the repository at this point in the history
  • Loading branch information
apurv-wednesday committed Apr 18, 2024
1 parent a72d61a commit 4cf2620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lighthouseci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: yarn

- run: npm install && npm install -g @lhci/cli
- run: npm run build
- run: yarn && yarn global add @lhci/cli
- run: yarn build
- run: lhci collect
- run: lhci upload
env:
Expand Down

0 comments on commit 4cf2620

Please sign in to comment.