Build/Test Tools: Correctly test grunt clean when built to run from src.

Because the `--` separator was missing, the `--dev` flag was not being passed to the script, thus not testing properly.

See #52625.
Built from https://develop.svn.wordpress.org/trunk@50796


git-svn-id: http://core.svn.wordpress.org/trunk@50405 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-04-28 19:07:06 +00:00
parent 754714ba43
commit 4a73e53df4

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-50795';
$wp_version = '5.8-alpha-50796';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.