Build Tools: Don't run the `build` task twice in `grunt prerelease` (it already runs via the `precommit:js` task).

Props netweb.
Fixes #36489.
Built from https://develop.svn.wordpress.org/trunk@37206


git-svn-id: http://core.svn.wordpress.org/trunk@37172 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2016-04-14 15:39:28 +00:00
parent 5e22b71909
commit acf69202a1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-alpha-37205';
$wp_version = '4.6-alpha-37206';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.