feat(setup-install): run with --no-interaction

This commit is contained in:
Damien Retzinger
2026-05-27 15:39:46 -04:00
parent 91bd008e62
commit 32a5fd2bad
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ const BASE_ARGS = [
'--admin-firstname=Admin',
'--admin-lastname=User',
'--backend-frontname=admin',
'--no-interaction',
];
const parsePort = (svc: ServiceConfig | undefined, index: 0 | 1, fallback: string): string => {