edwardanthony / nestjs-seeder

An extension library for NestJS to perform seeding.
MIT License
102 stars 21 forks source link

Return promise from run() so it is possible to exit or do other stuff… #39

Open DmitryPorotov opened 7 months ago

DmitryPorotov commented 7 months ago

… after seeding. This change is needed so it is possible exit the seeding script and continue to other script .e.g. in a CI environment.