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.
--no-defaults
1 parent e61b548 commit 2d5ee5dCopy full SHA for 2d5ee5d
tools/local-env/scripts/install.js
@@ -46,7 +46,7 @@ wait_on( {
46
process.exit( 1 );
47
} )
48
.then( () => {
49
- wp_cli( 'db reset --yes' );
+ wp_cli( 'db reset --yes --defaults' );
50
const installCommand = process.env.LOCAL_MULTISITE === 'true' ? 'multisite-install' : 'install';
51
wp_cli( `core ${ installCommand } --title="WordPress Develop" --admin_user=admin --admin_password=password [email protected] --skip-email --url=http://localhost:${process.env.LOCAL_PORT}` );
52
0 commit comments