mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 08:20:58 +00:00
chore: fix script and add seed company
This commit is contained in:
@@ -3,8 +3,10 @@ import type { CommandContext } from "./types";
|
||||
|
||||
import { registerSeedTestContracts } from "./seed-test-contracts.cmd";
|
||||
import { registerSeedTestSchedules } from "./seed-test-schedules.cmd";
|
||||
import { registerSeedTestCompany } from "./seed-test-company.cmd";
|
||||
|
||||
export function registerCommands(vorpal: Vorpal, ctx: CommandContext): void {
|
||||
registerSeedTestContracts(vorpal, ctx);
|
||||
registerSeedTestSchedules(vorpal, ctx);
|
||||
registerSeedTestCompany(vorpal, ctx);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user