Skip to content

Commit 8cdfcfe

Browse files
committed
that will never work.
1 parent a4343fd commit 8cdfcfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/local-env/scripts/install.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ wait_on( {
4949
process.exit( 1 );
5050
} )
5151
.then( () => {
52+
wp_cli( 'db check' );
5253
wp_cli( 'db reset --yes' );
5354
const installCommand = process.env.LOCAL_MULTISITE === 'true' ? 'multisite-install' : 'install';
5455
wp_cli( `core ${ installCommand } --title="WordPress Develop" --admin_user=admin --admin_password=password [email protected] --skip-email --url=http://localhost:${process.env.LOCAL_PORT}` );

0 commit comments

Comments
 (0)