diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index f7d074d28..512d4cbdb 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -21,10 +21,8 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm install - - run: npm install -g http-server - - run: npm run build --if-present - - run: http-server -s & - name: Run Lighthouse run: | npm install -g @lhci/cli@0.13.x + npm run build --if-present lhci autorun