Skip to content

Commit

Permalink
Remove preview command again
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbissemattsson committed Jun 14, 2024
1 parent 411fb37 commit eb8744e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lxl-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
working-directory: ./lxljs
- name: Install dependencies
run: npm ci
- name: Build and preview
- name: Build
env:
API_URL: ${{ secrets.API_URL }}
ID_URL: ${{ secrets.ID_URL }}
run: npm run build && npm run preview
run: npm run build
- name: Lighthouse CI Action
uses: treosh/[email protected]
with:
Expand Down

0 comments on commit eb8744e

Please sign in to comment.