SMABFWS121A / Planty

Project to record the soil moisture of plants and notify the owner when they should be watered. If necessary, with stored database on any type of plant and the optimal moisture levels.
MIT License
0 stars 1 forks source link

[BUG] OpenAPI runGenerators.sh not deleting previous files #30

Closed Kitt3120 closed 1 year ago

Kitt3120 commented 1 year ago

To Reproduce Steps to reproduce the behavior:

  1. Define some schemas in openapi.yaml
  2. Run runGenerators.sh
  3. Remove some of the schemas in openapi.yaml
  4. Run runGenerators.sh

Expected behavior The deleted schemas shouldn't be in the source code of the backend and frontend anymore.

Describe the bug The deleted schemas are still present in the source code of the backend and frontend.

Branch used: main