We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646fd23 commit 853253eCopy full SHA for 853253e
1 file changed
tools/local-env/scripts/install.js
@@ -50,7 +50,7 @@ wait_on( {
50
process.exit( 1 );
51
} )
52
.then( () => {
53
- wp_cli( 'db reset --yes' );
+ wp_cli( 'db reset --yes --defaults' );
54
const installCommand = process.env.LOCAL_MULTISITE === 'true' ? 'multisite-install' : 'install';
55
wp_cli( `core ${ installCommand } --title="WordPress Develop" --admin_user=admin --admin_password=password [email protected] --skip-email --url=http://localhost:${process.env.LOCAL_PORT}` );
56
0 commit comments