We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7142138 commit 5c6b514Copy full SHA for 5c6b514
tools/local-env/scripts/start.js
@@ -36,7 +36,7 @@ if ( process.env.LOCAL_PHP_MEMCACHED === 'true' ) {
36
}
37
38
if ( process.env.LOCAL_MAILHOG === 'true' ) {
39
- containers += ' mailhog';
+ containers.push( 'mailhog' );
40
41
42
spawnSync(
0 commit comments