diff --git a/squid/commands.json b/squid/commands.json index 693cc764..2ed1f07d 100644 --- a/squid/commands.json +++ b/squid/commands.json @@ -3,10 +3,7 @@ "commands": { "migration:apply": { "description": "Apply the DB migrations", - "cmd": [ - "squid-typeorm-migration", - "apply" - ] + "cmd": ["squid-typeorm-migration", "apply"] }, "start-rococo": { "deps": ["migration:apply"],