Commit a595a80
Deepak Pandey
fix: Resolve Lighthouse CI build and GitHub token issues
π§ Additional fixes:
1. β
Lighthouse CI build issue - Updated startServerCommand to include 'npm run build && npm run start'
2. β
GitHub token issue - Added GITHUB_TOKEN environment variable for Lighthouse CI
3. β
Build sequence - Ensures Next.js app is built before starting for Lighthouse CI
π― Root cause fixes:
- Lighthouse CI was trying to start server without building first
- Missing GITHUB_TOKEN for Lighthouse CI GitHub integration
- Build and start sequence now properly configured
This should resolve both the 'Could not find production build' and 'GitHub token not set' errors.1 parent 7412abc commit a595a80
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
594 | 594 | | |
595 | 595 | | |
596 | 596 | | |
| 597 | + | |
597 | 598 | | |
598 | 599 | | |
599 | 600 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments