trypear / pear-landing-page

Landing page for PearAI, the Open Source AI-Powered Code Editor
https://trypear.ai
19 stars 31 forks source link

Add `yarn prettier --write .` to build #97

Closed Fryingpannn closed 2 days ago

Fryingpannn commented 5 days ago

Build fails because of linting too often. Need automate linting process in the CI pipeline. The command to fix linting errors is yarn prettier --write ..

anisharaz commented 4 days ago

The #89 pull request actually solves this by linting + formatting and then try to build the project before it commits, its all automatic at commit time so no neet to do this at CI build time because if it failes at ci , a lot of time will waste just to lint, format and commit again.

Fryingpannn commented 2 days ago

Thanks for the fix @anisharaz !