You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixesnicolasperez19#23
Add Lighthouse audit to CI workflow.
* **package.json**:
- Add `lighthouse-ci` as a dev dependency.
- Add a new script `lighthouse` to run Lighthouse CI.
* **.github/workflows/deploy.yml**:
- Add a new job `lighthouse` to run Lighthouse audit after the `build` job.
- Use `actions/setup-node@v3` to set up Node.js.
- Run `npm install` and `npm run lighthouse` in the `lighthouse` job.
* **README.md**:
- Add a section about Lighthouse audit in the CI process.
- Include instructions for running Lighthouse CI locally.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/nicolasperez19/mic-master-flex/issues/23?shareId=XXXX-XXXX-XXXX-XXXX).
Fixesnicolasperez19#23
Add Lighthouse audit to CI workflow.
* **package.json**:
- Add `lighthouse-ci` as a dev dependency.
- Add a new script `lighthouse` to run Lighthouse CI.
* **.github/workflows/deploy.yml**:
- Add a new job `lighthouse` to run Lighthouse audit after the `build` job.
- Use `actions/setup-node@v3` to set up Node.js.
- Run `npm install` and `npm run lighthouse` in the `lighthouse` job.
* **README.md**:
- Add a section about Lighthouse audit in the CI process.
- Include instructions for running Lighthouse CI locally.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/nicolasperez19/mic-master-flex/issues/23?shareId=XXXX-XXXX-XXXX-XXXX).
No description provided.
The text was updated successfully, but these errors were encountered: