Add backend scripts description (#309)

This commit is contained in:
Wu Clan
2024-03-31 19:48:58 +08:00
committed by GitHub
parent 8a165ec181
commit 406116a230
5 changed files with 27 additions and 1 deletions
+18
View File
@@ -58,3 +58,21 @@
5. Commit and push your changes
Commit your changes, push your branch to GitHub, and create a pull request.
## Scripts
> [!WARNING]
>
> The following script may not apply to the Windows platform
>
> It is recommended to execute under the backend directory, and chmod authorization may be required
- `pre_start.sh`: Perform automatic database migration and create database tables
- `celery-start.sh`: For celery docker script, implementation is not recommended
- `format.sh`: Perform ruff format check
- `lint.sh`: Perform pre-commit formatting
- `pdm_export.sh`: Execute pdm export dependency package