Skip to content

Commit 853253e

Browse files
committed
Backport 60735 to 6.8
1 parent 646fd23 commit 853253e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/local-env/scripts/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ wait_on( {
5050
process.exit( 1 );
5151
} )
5252
.then( () => {
53-
wp_cli( 'db reset --yes' );
53+
wp_cli( 'db reset --yes --defaults' );
5454
const installCommand = process.env.LOCAL_MULTISITE === 'true' ? 'multisite-install' : 'install';
5555
wp_cli( `core ${ installCommand } --title="WordPress Develop" --admin_user=admin --admin_password=password [email protected] --skip-email --url=http://localhost:${process.env.LOCAL_PORT}` );
5656
} )

0 commit comments

Comments
 (0)