refactor(bootstrap): migrate build-deck catalog to seed file
This commit is contained in:
@@ -98,7 +98,7 @@ public static class Program
|
||||
// enriched rows take precedence over stub creation).
|
||||
var buildDeck = new BuildDeckImporter();
|
||||
await buildDeck.ImportSeriesAsync(context, opts.ReferenceDataDir);
|
||||
await buildDeck.ImportCatalogAsync(context, opts.CapturesDir);
|
||||
await buildDeck.ImportCatalogAsync(context, opts.SeedDir);
|
||||
await buildDeck.ImportPackageAsync(context, opts.ReferenceDataDir);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user