Compare commits

...

2 Commits

Author SHA1 Message Date
Xingyao Wang
b9c5398d7c Update .openhands/microagents/repo.md
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com>
2025-01-08 00:36:56 +08:00
Xingyao Wang
e9b801fc29 Update repo.md about make build-frontend 2025-01-08 00:19:04 +08:00

View File

@@ -13,7 +13,7 @@ You don't need to do this unless the user asks you to, or if you're trying to ru
Before pushing any changes, you should ensure that any lint errors or simple test errors have been fixed.
* If you've made changes to the backend, you should run `pre-commit run --all-files --config ./dev_config/python/.pre-commit-config.yaml`
* If you've made changes to the frontend, you should run `cd frontend && npm run lint:fix && npm run build ; cd ..`
* If you've made changes to the frontend, you should run `cd frontend && npm run lint:fix && npm run build ; cd ..` and make sure `make build-frontend` works locally
If either command fails, it may have automatically fixed some issues. You should fix any issues that weren't automatically fixed,
then re-run the command to ensure it passes.